org.apache.hadoop.io
Class DataInputByteBuffer

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.DataInputStream
              extended by org.apache.hadoop.io.DataInputByteBuffer
All Implemented Interfaces:
Closeable, DataInput

public class DataInputByteBuffer
extends DataInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
DataInputByteBuffer()
           
 
Method Summary
 ByteBuffer[] getData()
           
 int getLength()
           
 int getPosition()
           
 void reset(ByteBuffer... input)
           
 
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataInputByteBuffer

public DataInputByteBuffer()
Method Detail

reset

public void reset(ByteBuffer... input)

getData

public ByteBuffer[] getData()

getPosition

public int getPosition()

getLength

public int getLength()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.