public class DataOutputByteBuffer extends DataOutputStream
writtenout| 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, writeUTFclose, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic DataOutputByteBuffer()
public DataOutputByteBuffer(int size)
public DataOutputByteBuffer(int size,
                    boolean direct)
public ByteBuffer[] getData()
public int getLength()
public void reset()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.