Save This Page
Home » openjdk-7 » java » nio » [javadoc | source]
java.nio
final class: LongViewBufferImpl [javadoc | source]
java.lang.Object
   java.nio.Buffer
      java.nio.LongBuffer
         java.nio.LongViewBufferImpl

All Implemented Interfaces:
    Comparable

Fields inherited from java.nio.LongBuffer:
array_offset,  backing_buffer
Fields inherited from java.nio.Buffer:
address
Constructor:
 LongViewBufferImpl(ByteBuffer bb,
    int capacity) 
 public LongViewBufferImpl(ByteBuffer bb,
    int offset,
    int capacity,
    int limit,
    int position,
    int mark,
    boolean readOnly,
    ByteOrder endian) 
Method from java.nio.LongViewBufferImpl Summary:
asReadOnlyBuffer,   compact,   duplicate,   duplicate,   get,   get,   isDirect,   isReadOnly,   order,   put,   put,   slice
Methods from java.nio.LongBuffer:
allocate,   array,   arrayOffset,   asReadOnlyBuffer,   compact,   compareTo,   duplicate,   equals,   get,   get,   get,   get,   hasArray,   hashCode,   isDirect,   order,   put,   put,   put,   put,   put,   slice,   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.LongViewBufferImpl Detail:
 public LongBuffer asReadOnlyBuffer() 
 public LongBuffer compact() 
 public LongBuffer duplicate() 
 LongBuffer duplicate(boolean readOnly) 
 public long get() 
    Reads the long at this buffer's current position, and then increments the position.
 public long get(int index) 
    Absolute get method. Reads the long at position index.
 public boolean isDirect() 
 public boolean isReadOnly() 
 public ByteOrder order() 
 public LongBuffer put(long value) 
 public LongBuffer put(int index,
    long value) 
 public LongBuffer slice()