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 classJDBCBinaryInputStreamINTERNAL:Methods in net.ontopia.infoset.content that return ContentInputStream Modifier and Type Method Description ContentInputStreamContentStoreIF. get(int key)INTERNAL: Gets the data value associated with the specified key.ContentInputStreamFileContentStore. get(int key)ContentInputStreamInMemoryContentStore. get(int key)ContentInputStreamJDBCContentStore. get(int key)ContentInputStreamJDBCSequenceContentStore. get(int key)Methods in net.ontopia.infoset.content with parameters of type ContentInputStream Modifier and Type Method Description intContentStoreIF. add(ContentInputStream data)INTERNAL: Creates an entry for the specified data value.intFileContentStore. add(ContentInputStream data)intInMemoryContentStore. add(ContentInputStream data)intJDBCContentStore. add(ContentInputStream data)intJDBCSequenceContentStore. add(ContentInputStream data)
-