|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentInputStream | |
---|---|
net.ontopia.infoset.content |
Uses of ContentInputStream in net.ontopia.infoset.content |
---|
Subclasses of ContentInputStream in net.ontopia.infoset.content | |
---|---|
class |
JDBCBinaryInputStream
INTERNAL: |
Methods in net.ontopia.infoset.content that return ContentInputStream | |
---|---|
ContentInputStream |
JDBCSequenceContentStore.get(int key)
|
ContentInputStream |
JDBCContentStore.get(int key)
|
ContentInputStream |
InMemoryContentStore.get(int key)
|
ContentInputStream |
FileContentStore.get(int key)
|
ContentInputStream |
ContentStoreIF.get(int key)
INTERNAL: Gets the data value associated with the specified key. |
Methods in net.ontopia.infoset.content with parameters of type ContentInputStream | |
---|---|
int |
JDBCSequenceContentStore.add(ContentInputStream data)
|
int |
JDBCContentStore.add(ContentInputStream data)
|
int |
InMemoryContentStore.add(ContentInputStream data)
|
int |
FileContentStore.add(ContentInputStream data)
|
int |
ContentStoreIF.add(ContentInputStream data)
INTERNAL: Creates an entry for the specified data value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |