Package Tunnel
Class LineInputStream
- java.lang.Object
-
- java.io.Reader
-
- java.io.BufferedReader
-
- Tunnel.LineInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Readable
public class LineInputStream extends java.io.BufferedReader
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
comment
int
iwc
java.lang.String
remainder
java.lang.String
remainder1
java.lang.String
remainder2
java.lang.String[]
w
-
Constructor Summary
Constructors Constructor Description LineInputStream(java.io.InputStream linputstream, FileAbstraction lloadfile, java.lang.String lslash, java.lang.String lprefixconversion)
LineInputStream(java.lang.String text, FileAbstraction lloadfile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
FetchNextLine()
boolean
FetchNextLineNoSplit()
java.lang.String
GetLine()
void
SplitWords(java.lang.String sline, boolean bRepErrors)
void
UnFetch()
-
-
-
Constructor Detail
-
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)
-
-