Package Tunnel
Class LineInputStream
java.lang.Object
java.io.Reader
java.io.BufferedReader
Tunnel.LineInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLineInputStream(InputStream linputstream, FileAbstraction lloadfile, String lslash, String lprefixconversion) LineInputStream(String text, FileAbstraction lloadfile) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanGetLine()voidSplitWords(String sline, boolean bRepErrors) voidUnFetch()Methods inherited from class java.io.BufferedReader
close, lines, mark, markSupported, read, read, readLine, ready, reset, skipMethods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Field Details
-
iwc
public int iwc -
w
-
remainder
-
remainder1
-
remainder2
-
comment
-
-
Constructor Details
-
LineInputStream
public LineInputStream(InputStream linputstream, FileAbstraction lloadfile, String lslash, String lprefixconversion) throws IOException - Throws:
IOException
-
LineInputStream
-
-
Method Details
-
FetchNextLine
public boolean FetchNextLine() -
FetchNextLineNoSplit
public boolean FetchNextLineNoSplit() -
UnFetch
public void UnFetch() -
GetLine
-
SplitWords
-