Uses of Class
net.ontopia.infoset.content.ContentInputStream
-
Packages that use ContentInputStream Package Description net.ontopia.infoset.content -
-
Uses of ContentInputStream in net.ontopia.infoset.content
Subclasses of ContentInputStream in net.ontopia.infoset.content Modifier and Type Class Description class
JDBCBinaryInputStream
INTERNAL:Methods in net.ontopia.infoset.content that return ContentInputStream Modifier and Type Method Description ContentInputStream
ContentStoreIF. get(int key)
INTERNAL: Gets the data value associated with the specified key.ContentInputStream
FileContentStore. get(int key)
ContentInputStream
InMemoryContentStore. get(int key)
ContentInputStream
JDBCContentStore. get(int key)
ContentInputStream
JDBCSequenceContentStore. get(int key)
Methods in net.ontopia.infoset.content with parameters of type ContentInputStream Modifier and Type Method Description int
ContentStoreIF. add(ContentInputStream data)
INTERNAL: Creates an entry for the specified data value.int
FileContentStore. add(ContentInputStream data)
int
InMemoryContentStore. add(ContentInputStream data)
int
JDBCContentStore. add(ContentInputStream data)
int
JDBCSequenceContentStore. add(ContentInputStream data)
-