org.apache.accumulo.core.util
Class UnsynchronizedBuffer.Reader

java.lang.Object
  extended by org.apache.accumulo.core.util.UnsynchronizedBuffer.Reader
Enclosing class:
UnsynchronizedBuffer

public static class UnsynchronizedBuffer.Reader
extends Object


Constructor Summary
UnsynchronizedBuffer.Reader(byte[] b)
           
UnsynchronizedBuffer.Reader(ByteBuffer buffer)
           
 
Method Summary
 boolean readBoolean()
           
 void readBytes(byte[] b)
           
 int readInt()
           
 long readLong()
           
 int readVInt()
           
 long readVLong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsynchronizedBuffer.Reader

public UnsynchronizedBuffer.Reader(byte[] b)

UnsynchronizedBuffer.Reader

public UnsynchronizedBuffer.Reader(ByteBuffer buffer)
Method Detail

readInt

public int readInt()

readLong

public long readLong()

readBytes

public void readBytes(byte[] b)

readBoolean

public boolean readBoolean()

readVInt

public int readVInt()

readVLong

public long readVLong()


Copyright © 2015 Apache Accumulo Project. All rights reserved.