|
|
java > java.nio > java.nio.mappedbytebuffer >
Class: java.nio.MappedByteBuffer java.lang.Object java.nio.Buffer java.nio.ByteBuffer java.nio.MappedByteBuffer
public abstract class MappedByteBuffer extends ByteBuffer
FIELDS:
CONSTRUCTORS:
METHODS:
INHERITED METHODS:
| allocateDirect(int), allocate(int), wrap(byte[], int, int), wrap(byte[]), slice(), duplicate(), asReadOnlyBuffer(), get(), get(int), get(byte[], int, int), get(byte[]), put(byte), put(int, byte), put(java.nio.ByteBuffer), put(byte[], int, int), put(byte[]), hasArray(), array(), arrayOffset(), compact(), isDirect(), toString(), hashCode(), equals(java.lang.Object), compareTo(java.nio.ByteBuffer), order(), order(java.nio.ByteOrder), getChar(), getChar(int), putChar(char), putChar(int, char), asCharBuffer(), getShort(), getShort(int), putShort(short), putShort(int, short), asShortBuffer(), getInt(), getInt(int), putInt(int), putInt(int, int), asIntBuffer(), getLong(), getLong(int), putLong(long), putLong(int, long), asLongBuffer(), getFloat(), getFloat(int), putFloat(float), putFloat(int, float), asFloatBuffer(), getDouble(), getDouble(int), putDouble(double), putDouble(int, double), asDoubleBuffer(), capacity(), position(), position(int), limit(), limit(int), mark(), reset(), clear(), flip(), rewind(), remaining(), hasRemaining(), isReadOnly(), hasArray(), array(), arrayOffset(), isDirect(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|