public static class FeatureSet.BufferFeature
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
get()
Getting buffer data
|
int |
getLength()
Getting buffer length
|
java.lang.String |
getName()
Getting Feature Name
|
boolean |
isImplemented()
Determining whether the feature is implemented
|
boolean |
isReadable()
Determining whether the feature is readable
|
boolean |
isWritable()
Determining whether the feature is writable
|
void |
set(ByteBuffer byteBuffer)
Setting buffer data
|
public int getLength() throws ExceptionSet
ExceptionSet
public ByteBuffer get() throws ExceptionSet
ExceptionSet
public void set(ByteBuffer byteBuffer) throws ExceptionSet
byteBuffer
- byteBuffer inputExceptionSet
public java.lang.String getName()
public boolean isImplemented() throws ExceptionSet
ExceptionSet
public boolean isReadable() throws ExceptionSet
ExceptionSet
public boolean isWritable() throws ExceptionSet
ExceptionSet