public class DataOutputBufferFixed extends DataOutputBuffer
scratchBufferbufferchannel| Constructor and Description |
|---|
DataOutputBufferFixed() |
DataOutputBufferFixed(java.nio.ByteBuffer buffer) |
DataOutputBufferFixed(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected void |
doFlush(int count) |
protected void |
expandToFit(long newSize) |
asNewBuffer, buffer, buffer, close, flush, getData, getLength, hasPosition, newDefaultChannel, position, toByteArrayorder, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFretrieveTemporaryBufferclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, writeUnsignedVInt, writeVIntpublic DataOutputBufferFixed()
public DataOutputBufferFixed(int size)
public DataOutputBufferFixed(java.nio.ByteBuffer buffer)
protected void doFlush(int count)
throws java.io.IOException
doFlush in class DataOutputBufferjava.io.IOExceptionprotected void expandToFit(long newSize)
expandToFit in class DataOutputBufferpublic void clear()
clear in class DataOutputBufferCopyright © 2009-2020 The Apache Software Foundation