public class BufferedDataInputStream
extends java.io.DataInputStream
AxionInputStream
in a DataInputStream
and buffers
input through a BufferedInputStream
.Constructor and Description |
---|
BufferedDataInputStream(AxionInputStream in) |
BufferedDataInputStream(AxionInputStream in,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
long |
getPos() |
void |
seek(long desired) |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
public BufferedDataInputStream(AxionInputStream in) throws java.io.IOException
java.io.IOException
public BufferedDataInputStream(AxionInputStream in, int bufferSize) throws java.io.IOException
java.io.IOException