public class BufferedDataInputStream
extends java.io.DataInputStream
AxionInputStreamin a DataInputStreamand 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, skipBytespublic BufferedDataInputStream(AxionInputStream in) throws java.io.IOException
java.io.IOExceptionpublic BufferedDataInputStream(AxionInputStream in, int bufferSize) throws java.io.IOException
java.io.IOException