Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Interface and Description |
---|---|
interface |
SeekableByteChannel
This interface defines a seekable channel.
|
Modifier and Type | Method and Description |
---|---|
MxsByteChannel |
MxsObject.newObjectChannel(AccessOption option)
Creates a channel to this object's data
|
MxsByteChannel |
MxsObject.newObjectChannel(AccessOption option,
int readChunkSize)
Creates a channel to this object's data, with the given chunk size to read (in mb)
|