Uses of Class
net.ontopia.infoset.content.ContentInputStream
Packages that use ContentInputStream
-
Uses of ContentInputStream in net.ontopia.infoset.content
Subclasses of ContentInputStream in net.ontopia.infoset.contentMethods in net.ontopia.infoset.content that return ContentInputStreamModifier and TypeMethodDescriptionContentStoreIF.get(int key) INTERNAL: Gets the data value associated with the specified key.FileContentStore.get(int key) InMemoryContentStore.get(int key) JDBCContentStore.get(int key) JDBCSequenceContentStore.get(int key) Methods in net.ontopia.infoset.content with parameters of type ContentInputStreamModifier and TypeMethodDescriptionintContentStoreIF.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)