Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Method and Description |
---|---|
SeekableByteChannel |
MxsObject.newSeekableObjectChannel(java.util.Set<AccessOption> options)
Creates a random access channel to this object's data
|
SeekableByteChannel |
MxsObject.newSeekableObjectChannel(java.util.Set<AccessOption> options,
int readChunkSize)
Creates a random access channel to this object's data
If only option READ is supplied, then stream with given chunk size is created
|
SeekableByteChannel |
SeekableByteChannel.position(long newPosition)
Sets this channel's position.
|
SeekableByteChannel |
SeekableByteChannel.truncate(long size)
Truncates the entity, to which this channel is connected, to the given size.
|