public class DataInputByteBuffer extends DataInputStream
in
Constructor and Description |
---|
DataInputByteBuffer() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer[] |
getData() |
int |
getLength() |
int |
getPosition() |
void |
reset(ByteBuffer... input) |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
available, close, mark, markSupported, read, reset, skip
public void reset(ByteBuffer... input)
public ByteBuffer[] getData()
public int getPosition()
public int getLength()
Copyright © 2017 The Apache Software Foundation. All rights reserved.