Tunnel
Class LineInputStream

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by Tunnel.LineInputStream
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class LineInputStream
extends java.io.BufferedReader


Field Summary
 java.lang.String comment
           
 int iwc
           
 java.lang.String remainder
           
 java.lang.String remainder1
           
 java.lang.String remainder2
           
 java.lang.String[] w
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
LineInputStream(java.io.InputStream linputstream, FileAbstraction lloadfile, java.lang.String lslash, java.lang.String lprefixconversion)
           
LineInputStream(java.lang.String text, FileAbstraction lloadfile)
           
 
Method Summary
 boolean FetchNextLine()
           
 boolean FetchNextLineNoSplit()
           
 java.lang.String GetLine()
           
 void SplitWords(java.lang.String sline, boolean bRepErrors)
           
 void UnFetch()
           
 
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
 

Field Detail

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
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)
Method Detail

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)