Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P R S T U V W

A

address - Variable in class java.nio.Buffer
 
adjustAddress(Pointer, int) - Static method in class java.nio.VMDirectByteBuffer
 
allocate(int) - Static method in class java.nio.ByteBuffer
Allocates a new ByteBuffer object with a given capacity.
allocate(int) - Static method in class java.nio.CharBuffer
Allocates a new CharBuffer object with a given capacity.
allocate(int) - Static method in class java.nio.DirectByteBufferImpl
Allocates a new direct byte buffer.
allocate(int) - Static method in class java.nio.DoubleBuffer
Allocates a new DoubleBuffer object with a given capacity.
allocate(int) - Static method in class java.nio.FloatBuffer
Allocates a new FloatBuffer object with a given capacity.
allocate(int) - Static method in class java.nio.IntBuffer
Allocates a new IntBuffer object with a given capacity.
allocate(int) - Static method in class java.nio.LongBuffer
Allocates a new LongBuffer object with a given capacity.
allocate(int) - Static method in class java.nio.ShortBuffer
Allocates a new ShortBuffer object with a given capacity.
allocate(int) - Static method in class java.nio.VMDirectByteBuffer
 
allocateDirect(int) - Static method in class java.nio.ByteBuffer
Allocates a new direct byte buffer.
array() - Method in class java.nio.ByteBuffer
Returns the byte array that backs this buffer.
array() - Method in class java.nio.CharBuffer
Returns the char array that backs this buffer.
array() - Method in class java.nio.DoubleBuffer
Returns the double array that backs this buffer.
array() - Method in class java.nio.FloatBuffer
Returns the float array that backs this buffer.
array() - Method in class java.nio.IntBuffer
Returns the int array that backs this buffer.
array() - Method in class java.nio.LongBuffer
Returns the long array that backs this buffer.
array() - Method in class java.nio.ShortBuffer
Returns the short array that backs this buffer.
arrayOffset() - Method in class java.nio.ByteBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - Method in class java.nio.CharBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - Method in class java.nio.DoubleBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - Method in class java.nio.FloatBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - Method in class java.nio.IntBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - Method in class java.nio.LongBuffer
Returns the offset within this buffer's backing array of the first element.
arrayOffset() - Method in class java.nio.ShortBuffer
Returns the offset within this buffer's backing array of the first element.
array_offset - Variable in class java.nio.ByteBuffer
 
array_offset - Variable in class java.nio.CharBuffer
 
array_offset - Variable in class java.nio.DoubleBuffer
 
array_offset - Variable in class java.nio.FloatBuffer
 
array_offset - Variable in class java.nio.IntBuffer
 
array_offset - Variable in class java.nio.LongBuffer
 
array_offset - Variable in class java.nio.ShortBuffer
 
asCharBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a char buffer.
asCharBuffer() - Method in class java.nio.ByteBufferImpl
 
asCharBuffer() - Method in class java.nio.DirectByteBufferImpl
 
asCharBuffer() - Method in class java.nio.MappedByteBufferImpl
 
asDoubleBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a double buffer.
asDoubleBuffer() - Method in class java.nio.ByteBufferImpl
 
asDoubleBuffer() - Method in class java.nio.DirectByteBufferImpl
 
asDoubleBuffer() - Method in class java.nio.MappedByteBufferImpl
 
asFloatBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a float buffer.
asFloatBuffer() - Method in class java.nio.ByteBufferImpl
 
asFloatBuffer() - Method in class java.nio.DirectByteBufferImpl
 
asFloatBuffer() - Method in class java.nio.MappedByteBufferImpl
 
asIntBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as an integer buffer.
asIntBuffer() - Method in class java.nio.ByteBufferImpl
 
asIntBuffer() - Method in class java.nio.DirectByteBufferImpl
 
asIntBuffer() - Method in class java.nio.MappedByteBufferImpl
 
asLongBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a long buffer.
asLongBuffer() - Method in class java.nio.ByteBufferImpl
 
asLongBuffer() - Method in class java.nio.DirectByteBufferImpl
 
asLongBuffer() - Method in class java.nio.MappedByteBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.ByteBuffer
Creates a new read-only ByteBuffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.ByteBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.CharBuffer
Creates a new read-only CharBuffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.CharBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.CharViewBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.DirectByteBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.DoubleBuffer
Creates a new read-only DoubleBuffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.DoubleBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.DoubleViewBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.FloatBuffer
Creates a new read-only FloatBuffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.FloatBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.FloatViewBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.IntBuffer
Creates a new read-only IntBuffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.IntBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.IntViewBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.LongBuffer
Creates a new read-only LongBuffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.LongBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.LongViewBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.MappedByteBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.ShortBuffer
Creates a new read-only ShortBuffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.ShortBufferImpl
 
asReadOnlyBuffer() - Method in class java.nio.ShortViewBufferImpl
 
asShortBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a short buffer.
asShortBuffer() - Method in class java.nio.ByteBufferImpl
 
asShortBuffer() - Method in class java.nio.DirectByteBufferImpl
 
asShortBuffer() - Method in class java.nio.MappedByteBufferImpl
 

B

BIG_ENDIAN - Static variable in class java.nio.ByteOrder
Constant indicating big endian byte order.
Buffer - class java.nio.Buffer.
 
Buffer(int, int, int, int) - Constructor for class java.nio.Buffer
Creates a new Buffer.
BufferOverflowException - exception java.nio.BufferOverflowException.
 
BufferOverflowException() - Constructor for class java.nio.BufferOverflowException
Creates the exception
BufferUnderflowException - exception java.nio.BufferUnderflowException.
 
BufferUnderflowException() - Constructor for class java.nio.BufferUnderflowException
Creates the exception
ByteBuffer - class java.nio.ByteBuffer.
 
ByteBuffer(int, int, int, int) - Constructor for class java.nio.ByteBuffer
 
ByteBufferHelper - class java.nio.ByteBufferHelper.
 
ByteBufferHelper() - Constructor for class java.nio.ByteBufferHelper
 
ByteBufferImpl - class java.nio.ByteBufferImpl.
This is a Heap memory implementation
ByteBufferImpl(byte[], int, int, int, int, int, boolean) - Constructor for class java.nio.ByteBufferImpl
 
ByteOrder - class java.nio.ByteOrder.
 
ByteOrder() - Constructor for class java.nio.ByteOrder
 
backing_buffer - Variable in class java.nio.ByteBuffer
 
backing_buffer - Variable in class java.nio.CharBuffer
 
backing_buffer - Variable in class java.nio.DoubleBuffer
 
backing_buffer - Variable in class java.nio.FloatBuffer
 
backing_buffer - Variable in class java.nio.IntBuffer
 
backing_buffer - Variable in class java.nio.LongBuffer
 
backing_buffer - Variable in class java.nio.ShortBuffer
 
bb - Variable in class java.nio.CharViewBufferImpl
 
bb - Variable in class java.nio.DoubleViewBufferImpl
 
bb - Variable in class java.nio.FloatViewBufferImpl
 
bb - Variable in class java.nio.IntViewBufferImpl
 
bb - Variable in class java.nio.LongViewBufferImpl
 
bb - Variable in class java.nio.ShortViewBufferImpl
 

C

CharBuffer - class java.nio.CharBuffer.
 
CharBuffer(int, int, int, int) - Constructor for class java.nio.CharBuffer
 
CharBufferImpl - class java.nio.CharBufferImpl.
This is a Heap memory implementation
CharBufferImpl(int) - Constructor for class java.nio.CharBufferImpl
 
CharBufferImpl(char[], int, int, int, int, int, boolean) - Constructor for class java.nio.CharBufferImpl
 
CharBufferImpl(CharBufferImpl) - Constructor for class java.nio.CharBufferImpl
 
CharViewBufferImpl - class java.nio.CharViewBufferImpl.
 
CharViewBufferImpl(ByteBuffer, int) - Constructor for class java.nio.CharViewBufferImpl
 
CharViewBufferImpl(ByteBuffer, int, int, int, int, int, boolean, ByteOrder) - Constructor for class java.nio.CharViewBufferImpl
 
cap - Variable in class java.nio.Buffer
 
capacity() - Method in class java.nio.Buffer
Retrieves the capacity of the buffer.
charAt(int) - Method in class java.nio.CharBuffer
Returns the character at position() + index.
checkArraySize(int, int, int) - Static method in class java.nio.Buffer
Checks whether an array is large enough to hold the given number of elements at the given offset.
checkForOverflow() - Method in class java.nio.Buffer
Checks for overflow.
checkForOverflow(int) - Method in class java.nio.Buffer
Checks for overflow.
checkForUnderflow() - Method in class java.nio.Buffer
Checks for underflow.
checkForUnderflow(int) - Method in class java.nio.Buffer
Checks for underflow.
checkIfReadOnly() - Method in class java.nio.Buffer
Checks if buffer is read-only.
checkIndex(int) - Method in class java.nio.Buffer
Checks if index is negative or not smaller than the buffer's limit.
clear() - Method in class java.nio.Buffer
Clears the buffer.
compact() - Method in class java.nio.ByteBuffer
Compacts this buffer.
compact() - Method in class java.nio.ByteBufferImpl
 
compact() - Method in class java.nio.CharBuffer
Compacts this buffer.
compact() - Method in class java.nio.CharBufferImpl
 
compact() - Method in class java.nio.CharViewBufferImpl
 
compact() - Method in class java.nio.DirectByteBufferImpl
 
compact() - Method in class java.nio.DoubleBuffer
Compacts this buffer.
compact() - Method in class java.nio.DoubleBufferImpl
 
compact() - Method in class java.nio.DoubleViewBufferImpl
 
compact() - Method in class java.nio.FloatBuffer
Compacts this buffer.
compact() - Method in class java.nio.FloatBufferImpl
 
compact() - Method in class java.nio.FloatViewBufferImpl
 
compact() - Method in class java.nio.IntBuffer
Compacts this buffer.
compact() - Method in class java.nio.IntBufferImpl
 
compact() - Method in class java.nio.IntViewBufferImpl
 
compact() - Method in class java.nio.LongBuffer
Compacts this buffer.
compact() - Method in class java.nio.LongBufferImpl
 
compact() - Method in class java.nio.LongViewBufferImpl
 
compact() - Method in class java.nio.MappedByteBufferImpl
 
compact() - Method in class java.nio.ShortBuffer
Compacts this buffer.
compact() - Method in class java.nio.ShortBufferImpl
 
compact() - Method in class java.nio.ShortViewBufferImpl
 
compareTo(Object) - Method in class java.nio.ByteBuffer
Compares two ByteBuffer objects.
compareTo(Object) - Method in class java.nio.CharBuffer
Compares two CharBuffer objects.
compareTo(Object) - Method in class java.nio.DoubleBuffer
Compares two DoubleBuffer objects.
compareTo(Object) - Method in class java.nio.FloatBuffer
Compares two FloatBuffer objects.
compareTo(Object) - Method in class java.nio.IntBuffer
Compares two IntBuffer objects.
compareTo(Object) - Method in class java.nio.LongBuffer
Compares two LongBuffer objects.
compareTo(Object) - Method in class java.nio.ShortBuffer
Compares two ShortBuffer objects.

D

DirectByteBufferImpl - class java.nio.DirectByteBufferImpl.
 
DirectByteBufferImpl(int) - Constructor for class java.nio.DirectByteBufferImpl
 
DirectByteBufferImpl(Object, Pointer, int, int, int) - Constructor for class java.nio.DirectByteBufferImpl
 
DirectByteBufferImpl.ReadOnly - class java.nio.DirectByteBufferImpl.ReadOnly.
 
DirectByteBufferImpl.ReadOnly(Object, Pointer, int, int, int) - Constructor for class java.nio.DirectByteBufferImpl.ReadOnly
 
DirectByteBufferImpl.ReadWrite - class java.nio.DirectByteBufferImpl.ReadWrite.
 
DirectByteBufferImpl.ReadWrite(int) - Constructor for class java.nio.DirectByteBufferImpl.ReadWrite
 
DirectByteBufferImpl.ReadWrite(Object, Pointer, int, int, int) - Constructor for class java.nio.DirectByteBufferImpl.ReadWrite
 
DoubleBuffer - class java.nio.DoubleBuffer.
 
DoubleBuffer(int, int, int, int) - Constructor for class java.nio.DoubleBuffer
 
DoubleBufferImpl - class java.nio.DoubleBufferImpl.
This is a Heap memory implementation
DoubleBufferImpl(int) - Constructor for class java.nio.DoubleBufferImpl
 
DoubleBufferImpl(double[], int, int, int, int, int, boolean) - Constructor for class java.nio.DoubleBufferImpl
 
DoubleViewBufferImpl - class java.nio.DoubleViewBufferImpl.
 
DoubleViewBufferImpl(ByteBuffer, int) - Constructor for class java.nio.DoubleViewBufferImpl
 
DoubleViewBufferImpl(ByteBuffer, int, int, int, int, int, boolean, ByteOrder) - Constructor for class java.nio.DoubleViewBufferImpl
 
duplicate() - Method in class java.nio.ByteBuffer
Creates a new ByteBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.ByteBufferImpl
 
duplicate() - Method in class java.nio.CharBuffer
Creates a new CharBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.CharBufferImpl
 
duplicate(boolean) - Method in class java.nio.CharViewBufferImpl
 
duplicate() - Method in class java.nio.CharViewBufferImpl
 
duplicate(boolean) - Method in class java.nio.DirectByteBufferImpl
 
duplicate() - Method in class java.nio.DirectByteBufferImpl
 
duplicate() - Method in class java.nio.DoubleBuffer
Creates a new DoubleBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.DoubleBufferImpl
 
duplicate(boolean) - Method in class java.nio.DoubleViewBufferImpl
 
duplicate() - Method in class java.nio.DoubleViewBufferImpl
 
duplicate() - Method in class java.nio.FloatBuffer
Creates a new FloatBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.FloatBufferImpl
 
duplicate(boolean) - Method in class java.nio.FloatViewBufferImpl
 
duplicate() - Method in class java.nio.FloatViewBufferImpl
 
duplicate() - Method in class java.nio.IntBuffer
Creates a new IntBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.IntBufferImpl
 
duplicate(boolean) - Method in class java.nio.IntViewBufferImpl
 
duplicate() - Method in class java.nio.IntViewBufferImpl
 
duplicate() - Method in class java.nio.LongBuffer
Creates a new LongBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.LongBufferImpl
 
duplicate(boolean) - Method in class java.nio.LongViewBufferImpl
 
duplicate() - Method in class java.nio.LongViewBufferImpl
 
duplicate(boolean) - Method in class java.nio.MappedByteBufferImpl
 
duplicate() - Method in class java.nio.MappedByteBufferImpl
 
duplicate() - Method in class java.nio.ShortBuffer
Creates a new ShortBuffer that shares this buffer's content.
duplicate() - Method in class java.nio.ShortBufferImpl
 
duplicate(boolean) - Method in class java.nio.ShortViewBufferImpl
 
duplicate() - Method in class java.nio.ShortViewBufferImpl
 

E

endian - Variable in class java.nio.ByteBuffer
 
endian - Variable in class java.nio.CharViewBufferImpl
 
endian - Variable in class java.nio.DoubleViewBufferImpl
 
endian - Variable in class java.nio.FloatViewBufferImpl
 
endian - Variable in class java.nio.IntViewBufferImpl
 
endian - Variable in class java.nio.LongViewBufferImpl
 
endian - Variable in class java.nio.ShortViewBufferImpl
 
equals(Object) - Method in class java.nio.ByteBuffer
Checks if this buffer is equal to obj.
equals(Object) - Method in class java.nio.CharBuffer
Checks if this buffer is equal to obj.
equals(Object) - Method in class java.nio.DoubleBuffer
Checks if this buffer is equal to obj.
equals(Object) - Method in class java.nio.FloatBuffer
Checks if this buffer is equal to obj.
equals(Object) - Method in class java.nio.IntBuffer
Checks if this buffer is equal to obj.
equals(Object) - Method in class java.nio.LongBuffer
Checks if this buffer is equal to obj.
equals(Object) - Method in class java.nio.ShortBuffer
Checks if this buffer is equal to obj.

F

FloatBuffer - class java.nio.FloatBuffer.
 
FloatBuffer(int, int, int, int) - Constructor for class java.nio.FloatBuffer
 
FloatBufferImpl - class java.nio.FloatBufferImpl.
This is a Heap memory implementation
FloatBufferImpl(int) - Constructor for class java.nio.FloatBufferImpl
 
FloatBufferImpl(float[], int, int, int, int, int, boolean) - Constructor for class java.nio.FloatBufferImpl
 
FloatViewBufferImpl - class java.nio.FloatViewBufferImpl.
 
FloatViewBufferImpl(ByteBuffer, int) - Constructor for class java.nio.FloatViewBufferImpl
 
FloatViewBufferImpl(ByteBuffer, int, int, int, int, int, boolean, ByteOrder) - Constructor for class java.nio.FloatViewBufferImpl
 
finalize() - Method in class java.nio.DirectByteBufferImpl
 
finalize() - Method in class java.nio.MappedByteBuffer
 
flip() - Method in class java.nio.Buffer
Flips the buffer.
force() - Method in class java.nio.MappedByteBuffer
 
forceImpl() - Method in class java.nio.MappedByteBuffer
 
forceImpl() - Method in class java.nio.MappedByteBufferImpl
 
free(Pointer) - Static method in class java.nio.VMDirectByteBuffer
 

G

get(byte[], int, int) - Method in class java.nio.ByteBuffer
This method transfers bytes from this buffer into the given destination array.
get(byte[]) - Method in class java.nio.ByteBuffer
This method transfers bytes from this buffer into the given destination array.
get() - Method in class java.nio.ByteBuffer
Reads the byte at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.ByteBuffer
Absolute get method.
get() - Method in class java.nio.ByteBufferImpl
Reads the byte at this buffer's current position, and then increments the position.
get(byte[], int, int) - Method in class java.nio.ByteBufferImpl
Bulk get
get(int) - Method in class java.nio.ByteBufferImpl
Absolute get method.
get(char[], int, int) - Method in class java.nio.CharBuffer
This method transfers chars from this buffer into the given destination array.
get(char[]) - Method in class java.nio.CharBuffer
This method transfers chars from this buffer into the given destination array.
get() - Method in class java.nio.CharBuffer
Reads the char at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.CharBuffer
Absolute get method.
get() - Method in class java.nio.CharBufferImpl
Reads the char at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.CharBufferImpl
Absolute get method.
get(char[], int, int) - Method in class java.nio.CharBufferImpl
Bulk get, overloaded for speed.
get() - Method in class java.nio.CharViewBufferImpl
Reads the char at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.CharViewBufferImpl
Absolute get method.
get() - Method in class java.nio.DirectByteBufferImpl
 
get(int) - Method in class java.nio.DirectByteBufferImpl
 
get(byte[], int, int) - Method in class java.nio.DirectByteBufferImpl
 
get(double[], int, int) - Method in class java.nio.DoubleBuffer
This method transfers doubles from this buffer into the given destination array.
get(double[]) - Method in class java.nio.DoubleBuffer
This method transfers doubles from this buffer into the given destination array.
get() - Method in class java.nio.DoubleBuffer
Reads the double at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.DoubleBuffer
Absolute get method.
get() - Method in class java.nio.DoubleBufferImpl
Reads the double at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.DoubleBufferImpl
Absolute get method.
get() - Method in class java.nio.DoubleViewBufferImpl
Reads the double at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.DoubleViewBufferImpl
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
This method transfers floats from this buffer into the given destination array.
get(float[]) - Method in class java.nio.FloatBuffer
This method transfers floats from this buffer into the given destination array.
get() - Method in class java.nio.FloatBuffer
Reads the float at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get() - Method in class java.nio.FloatBufferImpl
Reads the float at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.FloatBufferImpl
Absolute get method.
get() - Method in class java.nio.FloatViewBufferImpl
Reads the float at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.FloatViewBufferImpl
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
This method transfers ints from this buffer into the given destination array.
get(int[]) - Method in class java.nio.IntBuffer
This method transfers ints from this buffer into the given destination array.
get() - Method in class java.nio.IntBuffer
Reads the int at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get() - Method in class java.nio.IntBufferImpl
Reads the int at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.IntBufferImpl
Absolute get method.
get() - Method in class java.nio.IntViewBufferImpl
Reads the int at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.IntViewBufferImpl
Absolute get method.
get(long[], int, int) - Method in class java.nio.LongBuffer
This method transfers longs from this buffer into the given destination array.
get(long[]) - Method in class java.nio.LongBuffer
This method transfers longs from this buffer into the given destination array.
get() - Method in class java.nio.LongBuffer
Reads the long at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.LongBuffer
Absolute get method.
get() - Method in class java.nio.LongBufferImpl
Reads the long at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.LongBufferImpl
Absolute get method.
get() - Method in class java.nio.LongViewBufferImpl
Reads the long at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.LongViewBufferImpl
Absolute get method.
get() - Method in class java.nio.MappedByteBufferImpl
 
get(int) - Method in class java.nio.MappedByteBufferImpl
 
get(byte[], int, int) - Method in class java.nio.MappedByteBufferImpl
 
get(short[], int, int) - Method in class java.nio.ShortBuffer
This method transfers shorts from this buffer into the given destination array.
get(short[]) - Method in class java.nio.ShortBuffer
This method transfers shorts from this buffer into the given destination array.
get() - Method in class java.nio.ShortBuffer
Reads the short at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get() - Method in class java.nio.ShortBufferImpl
Reads the short at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.ShortBufferImpl
Absolute get method.
get() - Method in class java.nio.ShortViewBufferImpl
Reads the short at this buffer's current position, and then increments the position.
get(int) - Method in class java.nio.ShortViewBufferImpl
Absolute get method.
get(Pointer, int) - Static method in class java.nio.VMDirectByteBuffer
 
get(Pointer, int, byte[], int, int) - Static method in class java.nio.VMDirectByteBuffer
 
getChar() - Method in class java.nio.ByteBuffer
Relative get method for reading a character value.
getChar(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a character value.
getChar(ByteBuffer, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getChar(ByteBuffer, int, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getChar() - Method in class java.nio.ByteBufferImpl
 
getChar(int) - Method in class java.nio.ByteBufferImpl
 
getChar() - Method in class java.nio.DirectByteBufferImpl
 
getChar(int) - Method in class java.nio.DirectByteBufferImpl
 
getChar() - Method in class java.nio.MappedByteBufferImpl
 
getChar(int) - Method in class java.nio.MappedByteBufferImpl
 
getDouble() - Method in class java.nio.ByteBuffer
Relative get method for reading a double value.
getDouble(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a double value.
getDouble(ByteBuffer, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getDouble(ByteBuffer, int, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getDouble() - Method in class java.nio.ByteBufferImpl
 
getDouble(int) - Method in class java.nio.ByteBufferImpl
 
getDouble() - Method in class java.nio.DirectByteBufferImpl
 
getDouble(int) - Method in class java.nio.DirectByteBufferImpl
 
getDouble() - Method in class java.nio.MappedByteBufferImpl
 
getDouble(int) - Method in class java.nio.MappedByteBufferImpl
 
getFloat() - Method in class java.nio.ByteBuffer
Relative get method for reading a float value.
getFloat(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a float value.
getFloat(ByteBuffer, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getFloat(ByteBuffer, int, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getFloat() - Method in class java.nio.ByteBufferImpl
 
getFloat(int) - Method in class java.nio.ByteBufferImpl
 
getFloat() - Method in class java.nio.DirectByteBufferImpl
 
getFloat(int) - Method in class java.nio.DirectByteBufferImpl
 
getFloat() - Method in class java.nio.MappedByteBufferImpl
 
getFloat(int) - Method in class java.nio.MappedByteBufferImpl
 
getInt() - Method in class java.nio.ByteBuffer
Relative get method for reading an integer value.
getInt(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading an integer value.
getInt(ByteBuffer, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getInt(ByteBuffer, int, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getInt() - Method in class java.nio.ByteBufferImpl
 
getInt(int) - Method in class java.nio.ByteBufferImpl
 
getInt() - Method in class java.nio.DirectByteBufferImpl
 
getInt(int) - Method in class java.nio.DirectByteBufferImpl
 
getInt() - Method in class java.nio.MappedByteBufferImpl
 
getInt(int) - Method in class java.nio.MappedByteBufferImpl
 
getLong() - Method in class java.nio.ByteBuffer
Relative get method for reading a long value.
getLong(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a long value.
getLong(ByteBuffer, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getLong(ByteBuffer, int, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getLong() - Method in class java.nio.ByteBufferImpl
 
getLong(int) - Method in class java.nio.ByteBufferImpl
 
getLong() - Method in class java.nio.DirectByteBufferImpl
 
getLong(int) - Method in class java.nio.DirectByteBufferImpl
 
getLong() - Method in class java.nio.MappedByteBufferImpl
 
getLong(int) - Method in class java.nio.MappedByteBufferImpl
 
getShort() - Method in class java.nio.ByteBuffer
Relative get method for reading a short value.
getShort(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a short value.
getShort(ByteBuffer, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getShort(ByteBuffer, int, ByteOrder) - Static method in class java.nio.ByteBufferHelper
 
getShort() - Method in class java.nio.ByteBufferImpl
 
getShort(int) - Method in class java.nio.ByteBufferImpl
 
getShort() - Method in class java.nio.DirectByteBufferImpl
 
getShort(int) - Method in class java.nio.DirectByteBufferImpl
 
getShort() - Method in class java.nio.MappedByteBufferImpl
 
getShort(int) - Method in class java.nio.MappedByteBufferImpl
 

H

hasArray() - Method in class java.nio.ByteBuffer
Tells whether ot not this buffer is backed by an accessible byte array.
hasArray() - Method in class java.nio.CharBuffer
Tells whether ot not this buffer is backed by an accessible char array.
hasArray() - Method in class java.nio.DoubleBuffer
Tells whether ot not this buffer is backed by an accessible double array.
hasArray() - Method in class java.nio.FloatBuffer
Tells whether ot not this buffer is backed by an accessible float array.
hasArray() - Method in class java.nio.IntBuffer
Tells whether ot not this buffer is backed by an accessible int array.
hasArray() - Method in class java.nio.LongBuffer
Tells whether ot not this buffer is backed by an accessible long array.
hasArray() - Method in class java.nio.ShortBuffer
Tells whether ot not this buffer is backed by an accessible short array.
hasRemaining() - Method in class java.nio.Buffer
Tells whether the buffer has remaining data to read or not.
hashCode() - Method in class java.nio.ByteBuffer
Calculates a hash code for this buffer.
hashCode() - Method in class java.nio.CharBuffer
Calculates a hash code for this buffer.
hashCode() - Method in class java.nio.DoubleBuffer
Calculates a hash code for this buffer.
hashCode() - Method in class java.nio.FloatBuffer
Calculates a hash code for this buffer.
hashCode() - Method in class java.nio.IntBuffer
Calculates a hash code for this buffer.
hashCode() - Method in class java.nio.LongBuffer
Calculates a hash code for this buffer.
hashCode() - Method in class java.nio.ShortBuffer
Calculates a hash code for this buffer.

I

IntBuffer - class java.nio.IntBuffer.
 
IntBuffer(int, int, int, int) - Constructor for class java.nio.IntBuffer
 
IntBufferImpl - class java.nio.IntBufferImpl.
This is a Heap memory implementation
IntBufferImpl(int) - Constructor for class java.nio.IntBufferImpl
 
IntBufferImpl(int[], int, int, int, int, int, boolean) - Constructor for class java.nio.IntBufferImpl
 
IntViewBufferImpl - class java.nio.IntViewBufferImpl.
 
IntViewBufferImpl(ByteBuffer, int) - Constructor for class java.nio.IntViewBufferImpl
 
IntViewBufferImpl(ByteBuffer, int, int, int, int, int, boolean, ByteOrder) - Constructor for class java.nio.IntViewBufferImpl
 
InvalidMarkException - exception java.nio.InvalidMarkException.
 
InvalidMarkException() - Constructor for class java.nio.InvalidMarkException
Creates the exception
implLen - Variable in class java.nio.MappedByteBufferImpl
Posix uses this for the actual length passed to mmap; Win32 uses it for the pointer returned by CreateFileMapping.
implPtr - Variable in class java.nio.MappedByteBufferImpl
Posix uses this for the pointer returned by mmap; Win32 uses it for the pointer returned by MapViewOfFile.
isDirect() - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is direct.
isDirect() - Method in class java.nio.ByteBufferImpl
 
isDirect() - Method in class java.nio.CharBuffer
Tells wether or not this buffer is direct.
isDirect() - Method in class java.nio.CharBufferImpl
 
isDirect() - Method in class java.nio.CharViewBufferImpl
 
isDirect() - Method in class java.nio.DirectByteBufferImpl
 
isDirect() - Method in class java.nio.DoubleBuffer
Tells wether or not this buffer is direct.
isDirect() - Method in class java.nio.DoubleBufferImpl
 
isDirect() - Method in class java.nio.DoubleViewBufferImpl
 
isDirect() - Method in class java.nio.FloatBuffer
Tells wether or not this buffer is direct.
isDirect() - Method in class java.nio.FloatBufferImpl
 
isDirect() - Method in class java.nio.FloatViewBufferImpl
 
isDirect() - Method in class java.nio.IntBuffer
Tells wether or not this buffer is direct.
isDirect() - Method in class java.nio.IntBufferImpl
 
isDirect() - Method in class java.nio.IntViewBufferImpl
 
isDirect() - Method in class java.nio.LongBuffer
Tells wether or not this buffer is direct.
isDirect() - Method in class java.nio.LongBufferImpl
 
isDirect() - Method in class java.nio.LongViewBufferImpl
 
isDirect() - Method in class java.nio.MappedByteBufferImpl
 
isDirect() - Method in class java.nio.ShortBuffer
Tells wether or not this buffer is direct.
isDirect() - Method in class java.nio.ShortBufferImpl
 
isDirect() - Method in class java.nio.ShortViewBufferImpl
 
isLoaded() - Method in class java.nio.MappedByteBuffer
 
isLoadedImpl() - Method in class java.nio.MappedByteBuffer
 
isLoadedImpl() - Method in class java.nio.MappedByteBufferImpl
 
isReadOnly() - Method in class java.nio.Buffer
Tells whether this buffer is read only or not.
isReadOnly() - Method in class java.nio.ByteBufferImpl
 
isReadOnly() - Method in class java.nio.CharBufferImpl
 
isReadOnly() - Method in class java.nio.CharViewBufferImpl
 
isReadOnly() - Method in class java.nio.DirectByteBufferImpl.ReadOnly
 
isReadOnly() - Method in class java.nio.DirectByteBufferImpl.ReadWrite
 
isReadOnly() - Method in class java.nio.DoubleBufferImpl
 
isReadOnly() - Method in class java.nio.DoubleViewBufferImpl
 
isReadOnly() - Method in class java.nio.FloatBufferImpl
 
isReadOnly() - Method in class java.nio.FloatViewBufferImpl
 
isReadOnly() - Method in class java.nio.IntBufferImpl
 
isReadOnly() - Method in class java.nio.IntViewBufferImpl
 
isReadOnly() - Method in class java.nio.LongBufferImpl
 
isReadOnly() - Method in class java.nio.LongViewBufferImpl
 
isReadOnly() - Method in class java.nio.MappedByteBufferImpl
 
isReadOnly() - Method in class java.nio.ShortBufferImpl
 
isReadOnly() - Method in class java.nio.ShortViewBufferImpl
 

J

java.nio - package java.nio
 

L

LITTLE_ENDIAN - Static variable in class java.nio.ByteOrder
Constant indicating little endian byte order.
LongBuffer - class java.nio.LongBuffer.
 
LongBuffer(int, int, int, int) - Constructor for class java.nio.LongBuffer
 
LongBufferImpl - class java.nio.LongBufferImpl.
This is a Heap memory implementation
LongBufferImpl(int) - Constructor for class java.nio.LongBufferImpl
 
LongBufferImpl(long[], int, int, int, int, int, boolean) - Constructor for class java.nio.LongBufferImpl
 
LongViewBufferImpl - class java.nio.LongViewBufferImpl.
 
LongViewBufferImpl(ByteBuffer, int) - Constructor for class java.nio.LongViewBufferImpl
 
LongViewBufferImpl(ByteBuffer, int, int, int, int, int, boolean, ByteOrder) - Constructor for class java.nio.LongViewBufferImpl
 
length() - Method in class java.nio.CharBuffer
Returns the length of the remaining chars in this buffer.
limit - Variable in class java.nio.Buffer
 
limit() - Method in class java.nio.Buffer
Retrieves the current limit of the buffer.
limit(int) - Method in class java.nio.Buffer
Sets this buffer's limit.
load() - Method in class java.nio.MappedByteBuffer
 
loadImpl() - Method in class java.nio.MappedByteBuffer
 
loadImpl() - Method in class java.nio.MappedByteBufferImpl
 

M

MappedByteBuffer - class java.nio.MappedByteBuffer.
 
MappedByteBuffer(int, int, int, int) - Constructor for class java.nio.MappedByteBuffer
 
MappedByteBufferImpl - class java.nio.MappedByteBufferImpl.
 
MappedByteBufferImpl(Pointer, int, boolean) - Constructor for class java.nio.MappedByteBufferImpl
 
mark - Variable in class java.nio.Buffer
 
mark() - Method in class java.nio.Buffer
Sets this buffer's mark at its position.

N

nativeOrder() - Static method in class java.nio.ByteOrder
Returns the native byte order of the platform currently running.

O

offset - Variable in class java.nio.CharViewBufferImpl
Position in bb (i.e.
offset - Variable in class java.nio.DoubleViewBufferImpl
Position in bb (i.e.
offset - Variable in class java.nio.FloatViewBufferImpl
Position in bb (i.e.
offset - Variable in class java.nio.IntViewBufferImpl
Position in bb (i.e.
offset - Variable in class java.nio.LongViewBufferImpl
Position in bb (i.e.
offset - Variable in class java.nio.ShortViewBufferImpl
Position in bb (i.e.
order() - Method in class java.nio.ByteBuffer
Returns the byte order of this buffer.
order(ByteOrder) - Method in class java.nio.ByteBuffer
Modifies this buffer's byte order.
order() - Method in class java.nio.CharBuffer
Returns the byte order of this buffer.
order() - Method in class java.nio.CharBufferImpl
 
order() - Method in class java.nio.CharViewBufferImpl
 
order() - Method in class java.nio.DoubleBuffer
Returns the byte order of this buffer.
order() - Method in class java.nio.DoubleBufferImpl
 
order() - Method in class java.nio.DoubleViewBufferImpl
 
order() - Method in class java.nio.FloatBuffer
Returns the byte order of this buffer.
order() - Method in class java.nio.FloatBufferImpl
 
order() - Method in class java.nio.FloatViewBufferImpl
 
order() - Method in class java.nio.IntBuffer
Returns the byte order of this buffer.
order() - Method in class java.nio.IntBufferImpl
 
order() - Method in class java.nio.IntViewBufferImpl
 
order() - Method in class java.nio.LongBuffer
Returns the byte order of this buffer.
order() - Method in class java.nio.LongBufferImpl
 
order() - Method in class java.nio.LongViewBufferImpl
 
order() - Method in class java.nio.ShortBuffer
Returns the byte order of this buffer.
order() - Method in class java.nio.ShortBufferImpl
 
order() - Method in class java.nio.ShortViewBufferImpl
 
owner - Variable in class java.nio.DirectByteBufferImpl
The owner is used to keep alive the object that actually owns the memory.

P

pos - Variable in class java.nio.Buffer
 
position() - Method in class java.nio.Buffer
Retrieves the current position of this buffer.
position(int) - Method in class java.nio.Buffer
Sets this buffer's position.
put(ByteBuffer) - Method in class java.nio.ByteBuffer
Writes the content of the the ByteBUFFER src into the buffer.
put(byte[], int, int) - Method in class java.nio.ByteBuffer
Writes the content of the the byte array src into the buffer.
put(byte[]) - Method in class java.nio.ByteBuffer
Writes the content of the the byte array src into the buffer.
put(byte) - Method in class java.nio.ByteBuffer
Writes the byte at this buffer's current position, and then increments the position.
put(int, byte) - Method in class java.nio.ByteBuffer
Absolute put method.
put(byte[], int, int) - Method in class java.nio.ByteBufferImpl
Relative bulk put(), overloads the ByteBuffer impl.
put(byte) - Method in class java.nio.ByteBufferImpl
Relative put method.
put(int, byte) - Method in class java.nio.ByteBufferImpl
Absolute put method.
put(CharBuffer) - Method in class java.nio.CharBuffer
Writes the content of the the CharBUFFER src into the buffer.
put(char[], int, int) - Method in class java.nio.CharBuffer
Writes the content of the the char array src into the buffer.
put(char[]) - Method in class java.nio.CharBuffer
Writes the content of the the char array src into the buffer.
put(char) - Method in class java.nio.CharBuffer
Writes the char at this buffer's current position, and then increments the position.
put(int, char) - Method in class java.nio.CharBuffer
Absolute put method.
put(String, int, int) - Method in class java.nio.CharBuffer
Relative put method.
put(String) - Method in class java.nio.CharBuffer
Relative put method.
put(char) - Method in class java.nio.CharBufferImpl
Relative put method.
put(char[], int, int) - Method in class java.nio.CharBufferImpl
Bulk put, overloaded for speed.
put(int, char) - Method in class java.nio.CharBufferImpl
Absolute put method.
put(char) - Method in class java.nio.CharViewBufferImpl
 
put(int, char) - Method in class java.nio.CharViewBufferImpl
 
put(byte) - Method in class java.nio.DirectByteBufferImpl.ReadOnly
 
put(int, byte) - Method in class java.nio.DirectByteBufferImpl.ReadOnly
 
put(byte) - Method in class java.nio.DirectByteBufferImpl
 
put(int, byte) - Method in class java.nio.DirectByteBufferImpl