Package Tunnel

Class 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  
      • Fields inherited from class java.io.Reader

        lock
    • 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()  
      • Methods inherited from class java.io.BufferedReader

        close, lines, mark, markSupported, read, read, readLine, ready, reset, skip
      • Methods inherited from class java.io.Reader

        nullReader, read, read, transferTo
      • 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)