Interface CharStream

All Known Implementing Classes:
CharStreamBasic, CharStreamBuffered, CharStreamReader, CharStreamSequence, InStreamASCII, InStreamUTF8

public interface CharStream
A simplified reader interface without IOExceptions. It's an interface, not an abstract class
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    Close the stream - different name from java.io.Reader.close
  • Method Details

    • advance

      int advance()
    • closeStream

      void closeStream()
      Close the stream - different name from java.io.Reader.close