Package | Description |
---|---|
net.ontopia.infoset.content |
Modifier and Type | Class and Description |
---|---|
class |
JDBCBinaryInputStream
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
ContentInputStream |
FileContentStore.get(int key) |
ContentInputStream |
ContentStoreIF.get(int key)
INTERNAL: Gets the data value associated with the specified key.
|
ContentInputStream |
InMemoryContentStore.get(int key) |
ContentInputStream |
JDBCSequenceContentStore.get(int key) |
ContentInputStream |
JDBCContentStore.get(int key) |
Modifier and Type | Method and Description |
---|---|
int |
FileContentStore.add(ContentInputStream data) |
int |
ContentStoreIF.add(ContentInputStream data)
INTERNAL: Creates an entry for the specified data value.
|
int |
InMemoryContentStore.add(ContentInputStream data) |
int |
JDBCSequenceContentStore.add(ContentInputStream data) |
int |
JDBCContentStore.add(ContentInputStream data) |