public class BufferedDataOutputStream
extends java.io.DataOutputStream
AxionOutputStreamin a DataOutputStreamand
buffers output through a BufferedOutputStream.| Constructor and Description |
|---|
BufferedDataOutputStream(AxionOutputStream out) |
BufferedDataOutputStream(AxionOutputStream out,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPos() |
void |
seek(long pos) |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic BufferedDataOutputStream(AxionOutputStream out) throws java.io.IOException
java.io.IOExceptionpublic BufferedDataOutputStream(AxionOutputStream out, int bufferSize) throws java.io.IOException
java.io.IOException