|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.FilterInputStream
|
+--java.io.DataInputStream
|
+--archiver.AbstractInputStream
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
AbstractInputStream(java.io.InputStream in)
|
|
| Method Summary | |
protected void |
emptyLookAheadQueue()
|
protected java.lang.Object |
getCurrentToken()
|
protected java.lang.Object |
peek() |
protected java.lang.Object |
peek(int n)
|
protected java.lang.Object |
readToken()
|
| 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 |
| Methods inherited from interface java.io.ObjectInput |
available, close, read, read, read, readObject, skip |
| Methods inherited from interface java.io.DataInput |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
| Constructor Detail |
public AbstractInputStream(java.io.InputStream in)
| Method Detail |
protected java.lang.Object readToken()
protected java.lang.Object peek()
protected java.lang.Object getCurrentToken()
protected void emptyLookAheadQueue()
protected java.lang.Object peek(int n)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||