|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
org.axiondb.io.BufferedDataInputStream
public class BufferedDataInputStream
Utility that wraps a AxionInputStream
in a DataInputStream
and buffers
input through a BufferedInputStream
.
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
BufferedDataInputStream(AxionInputStream in)
|
|
BufferedDataInputStream(AxionInputStream in,
int bufferSize)
|
Method Summary | |
---|---|
long |
getPos()
|
void |
seek(long desired)
|
Methods inherited from class java.io.DataInputStream |
---|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes |
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferedDataInputStream(AxionInputStream in) throws java.io.IOException
java.io.IOException
public BufferedDataInputStream(AxionInputStream in, int bufferSize) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public long getPos() throws java.io.IOException
java.io.IOException
public void seek(long desired) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |