|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PrimitiveContent | |
| com.infodesire.infobit | |
| com.infodesire.infobit.dao | |
| com.infodesire.infobit.data | |
| Uses of PrimitiveContent in com.infodesire.infobit |
| Methods in com.infodesire.infobit with parameters of type PrimitiveContent | |
java.io.InputStream |
InfobitManager.getContent(PrimitiveContent content)
stream with data of primitive content ( binary, text or whatever ). |
int |
InfobitManager.getContentLength(PrimitiveContent content)
Gets the size of the content. |
byte[] |
InfobitManager.getBytes(PrimitiveContent content)
Primitive content as byte array. |
java.lang.String |
InfobitManager.getString(PrimitiveContent content)
primitive content as string. |
| Uses of PrimitiveContent in com.infodesire.infobit.dao |
| Methods in com.infodesire.infobit.dao with parameters of type PrimitiveContent | |
java.lang.String |
InfobitDAO.getString(PrimitiveContent content)
Gets the String attribute of the InfobitDAO object |
java.io.InputStream |
InfobitDAO.getContent(PrimitiveContent content)
return contents of primitive element as binary stream. |
int |
InfobitDAO.getContentLength(PrimitiveContent content)
Gets the size of the content. |
byte[] |
InfobitDAO.getBytes(PrimitiveContent content)
Gets the Bytes attribute of the InfobitDAO object |
| Uses of PrimitiveContent in com.infodesire.infobit.data |
| Subinterfaces of PrimitiveContent in com.infodesire.infobit.data | |
interface |
BinaryContent
binary infobit content. |
interface |
Template
class representing template. |
interface |
TextContent
Textual infobit content. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||