|
|||||||||
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 | +--jimmc.roots.LineInputStream
LineInputStream is a generic line-mode input stream.
Fields inherited from class java.io.FilterInputStream |
in |
Constructor Summary | |
LineInputStream(java.io.InputStream in)
Create a new LineInputStream from the specified stream. |
Method Summary | |
int |
getLineNumber()
Get the line number of the line to be returned on the next call to readCountedLine. |
java.lang.String |
readCountedLine()
Read one line of text. |
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 LineInputStream(java.io.InputStream in)
Method Detail |
public int getLineNumber()
public java.lang.String readCountedLine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |