public class DataOutputBufferFixed extends DataOutputBuffer
channel
Constructor and Description |
---|
DataOutputBufferFixed() |
DataOutputBufferFixed(java.nio.ByteBuffer buffer) |
DataOutputBufferFixed(int size) |
Modifier and Type | Method and Description |
---|---|
protected void |
doFlush() |
protected void |
reallocate(long newSize) |
buffer, close, flush, getData, getLength, newDefaultChannel, toByteArray
applyToChannel, ensureRemaining, order, write, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
retrieveTemporaryBuffer
public DataOutputBufferFixed()
public DataOutputBufferFixed(int size)
public DataOutputBufferFixed(java.nio.ByteBuffer buffer)
protected void doFlush() throws java.io.IOException
doFlush
in class DataOutputBuffer
java.io.IOException
protected void reallocate(long newSize)
reallocate
in class DataOutputBuffer
Copyright © 2015 The Apache Software Foundation