Save This Page
Home » openjdk-7 » java » nio » [javadoc | source]
java.nio
static final class: DirectByteBufferImpl.ReadOnly [javadoc | source]
java.lang.Object
   java.nio.Buffer
      java.nio.ByteBuffer
         java.nio.DirectByteBufferImpl
            java.nio.DirectByteBufferImpl$ReadOnly

All Implemented Interfaces:
    Comparable

Fields inherited from java.nio.ByteBuffer:
endian,  array_offset,  backing_buffer
Fields inherited from java.nio.Buffer:
address
Constructor:
 ReadOnly(Object owner,
    Pointer address,
    int capacity,
    int limit,
    int position) 
Method from java.nio.DirectByteBufferImpl$ReadOnly Summary:
isReadOnly,   put,   put
Methods from java.nio.DirectByteBufferImpl:
allocate,   asCharBuffer,   asDoubleBuffer,   asFloatBuffer,   asIntBuffer,   asLongBuffer,   asReadOnlyBuffer,   asShortBuffer,   compact,   duplicate,   finalize,   get,   get,   get,   getChar,   getChar,   getDouble,   getDouble,   getFloat,   getFloat,   getInt,   getInt,   getLong,   getLong,   getShort,   getShort,   isDirect,   put,   put,   put,   putChar,   putChar,   putDouble,   putDouble,   putFloat,   putFloat,   putInt,   putInt,   putLong,   putLong,   putShort,   putShort,   shiftDown,   slice
Methods from java.nio.ByteBuffer:
allocate,   allocateDirect,   array,   arrayOffset,   asCharBuffer,   asDoubleBuffer,   asFloatBuffer,   asIntBuffer,   asLongBuffer,   asReadOnlyBuffer,   asShortBuffer,   compact,   compareTo,   duplicate,   equals,   get,   get,   get,   get,   getChar,   getChar,   getDouble,   getDouble,   getFloat,   getFloat,   getInt,   getInt,   getLong,   getLong,   getShort,   getShort,   hasArray,   hashCode,   isDirect,   order,   order,   put,   put,   put,   put,   put,   putChar,   putChar,   putDouble,   putDouble,   putFloat,   putFloat,   putInt,   putInt,   putLong,   putLong,   putShort,   putShort,   shiftDown,   slice,   toString,   wrap,   wrap
Methods from java.nio.Buffer:
array,   arrayOffset,   capacity,   checkBounds,   checkIndex,   checkIndex,   clear,   flip,   hasArray,   hasRemaining,   isDirect,   isReadOnly,   limit,   limit,   mark,   markValue,   nextGetIndex,   nextGetIndex,   nextPutIndex,   nextPutIndex,   position,   position,   remaining,   reset,   rewind
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.nio.DirectByteBufferImpl$ReadOnly Detail:
 public boolean isReadOnly() 
 public ByteBuffer put(byte value) 
 public ByteBuffer put(int index,
    byte value)