Tunnel
Class LineInputStream
java.lang.Object
java.io.Reader
java.io.BufferedReader
Tunnel.LineInputStream
- All Implemented Interfaces:
- java.io.Closeable, java.lang.Readable
public class LineInputStream
- extends java.io.BufferedReader
Fields inherited from class java.io.Reader |
lock |
Methods inherited from class java.io.BufferedReader |
close, mark, markSupported, read, read, readLine, ready, reset, skip |
Methods inherited from class java.io.Reader |
read, read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iwc
public int iwc
w
public java.lang.String[] w
remainder
public java.lang.String remainder
remainder1
public java.lang.String remainder1
remainder2
public java.lang.String remainder2
comment
public java.lang.String comment
LineInputStream
public LineInputStream(java.io.InputStream linputstream,
FileAbstraction lloadfile,
java.lang.String lslash,
java.lang.String lprefixconversion)
throws java.io.IOException
- Throws:
java.io.IOException
LineInputStream
public LineInputStream(java.lang.String text,
FileAbstraction lloadfile)
FetchNextLine
public boolean FetchNextLine()
FetchNextLineNoSplit
public boolean FetchNextLineNoSplit()
UnFetch
public void UnFetch()
GetLine
public java.lang.String GetLine()
SplitWords
public void SplitWords(java.lang.String sline,
boolean bRepErrors)