Package Tunnel

Class LineInputStream

All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class LineInputStream extends BufferedReader
  • Field Details

    • iwc

      public int iwc
    • w

      public String[] w
    • remainder

      public String remainder
    • remainder1

      public String remainder1
    • remainder2

      public String remainder2
    • comment

      public String comment
  • Constructor Details

  • Method Details

    • FetchNextLine

      public boolean FetchNextLine()
    • FetchNextLineNoSplit

      public boolean FetchNextLineNoSplit()
    • UnFetch

      public void UnFetch()
    • GetLine

      public String GetLine()
    • SplitWords

      public void SplitWords(String sline, boolean bRepErrors)