public abstract class BufferInputStream extends java.io.InputStream implements java.io.DataInput, PutBackable
Constructor and Description |
---|
BufferInputStream() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
gotoPos(int oldPos)
return the position within the stream when pos() returned oldPos.
|
(package private) abstract int |
pos()
return the position within the stream
|
(package private) abstract java.lang.String |
readUTF32() |
available, close, mark, markSupported, read, read, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
unput
abstract int pos()
abstract void gotoPos(int oldPos) throws java.io.IOException
java.io.IOException
abstract java.lang.String readUTF32() throws java.io.IOException
java.io.IOException