Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Method and Description |
---|---|
static AccessOption |
AccessOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessOption[] |
AccessOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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)
|
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
|