public interface ILcdGLCharBuffer extendsILcdGLBuffer
char
.Modifier and Type | Method and Description |
---|---|
char[] |
array()
Deprecated.
|
int |
arrayOffset()
Deprecated.
|
ILcdGLCharBuffer |
asReadOnlyBuffer()
Deprecated.
|
ILcdGLCharBuffer |
compact()
Deprecated.
|
ILcdGLCharBuffer |
duplicate()
Deprecated.
|
char |
get()
Deprecated.
|
ILcdGLCharBuffer |
get(char[] dst)
Deprecated.
|
ILcdGLCharBuffer |
get(char[] dst,
int offset,
int length)
Deprecated.
|
char |
get(int index)
Deprecated.
|
boolean |
hasArray()
Deprecated.
|
ILcdGLCharBuffer |
put(char f)
Deprecated.
|
ILcdGLCharBuffer |
put(char[] src)
Deprecated.
|
ILcdGLCharBuffer |
put(char[] src,
int offset,
int length)
Deprecated.
|
ILcdGLCharBuffer |
put(ILcdGLCharBuffer src)
Deprecated.
|
ILcdGLCharBuffer |
put(int index,
char f)
Deprecated.
|
ILcdGLCharBuffer |
slice()
Deprecated.
|
ILcdGLCharBuffer slice()
ILcdGLCharBuffer duplicate()
ILcdGLCharBuffer asReadOnlyBuffer()
char get() throws TLcdGLBufferUnderflowException
TLcdGLBufferUnderflowException
char get(int index) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
ILcdGLCharBuffer get(char[] dst, int offset, int length) throws TLcdGLBufferUnderflowException, java.lang.IndexOutOfBoundsException
TLcdGLBufferUnderflowException
java.lang.IndexOutOfBoundsException
ILcdGLCharBuffer get(char[] dst) throws TLcdGLBufferUnderflowException
TLcdGLBufferUnderflowException
ILcdGLCharBuffer put(char f) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException
ILcdGLCharBuffer put(int index, char f) throws java.lang.IndexOutOfBoundsException, TLcdGLReadOnlyBufferException
java.lang.IndexOutOfBoundsException
TLcdGLReadOnlyBufferException
ILcdGLCharBuffer put(ILcdGLCharBuffer src) throws TLcdGLBufferOverflowException, java.lang.IllegalArgumentException, TLcdGLReadOnlyBufferException
TLcdGLBufferOverflowException
java.lang.IllegalArgumentException
TLcdGLReadOnlyBufferException
ILcdGLCharBuffer put(char[] src, int offset, int length) throws TLcdGLBufferOverflowException, java.lang.IndexOutOfBoundsException, TLcdGLReadOnlyBufferException
TLcdGLBufferOverflowException
java.lang.IndexOutOfBoundsException
TLcdGLReadOnlyBufferException
ILcdGLCharBuffer put(char[] src) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException
boolean hasArray()
char[] array() throws TLcdGLReadOnlyBufferException, java.lang.UnsupportedOperationException
TLcdGLReadOnlyBufferException
java.lang.UnsupportedOperationException
int arrayOffset() throws TLcdGLReadOnlyBufferException, java.lang.UnsupportedOperationException
TLcdGLReadOnlyBufferException
java.lang.UnsupportedOperationException
ILcdGLCharBuffer compact() throws TLcdGLReadOnlyBufferException
TLcdGLReadOnlyBufferException