public class DataOutputByteBuffer extends DataOutputStream
written
out
Constructor and Description |
---|
DataOutputByteBuffer() |
DataOutputByteBuffer(int size) |
DataOutputByteBuffer(int size,
boolean direct) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer[] |
getData() |
int |
getLength() |
void |
reset() |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
close, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
public DataOutputByteBuffer()
public DataOutputByteBuffer(int size)
public DataOutputByteBuffer(int size, boolean direct)
public ByteBuffer[] getData()
public int getLength()
public void reset()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.