Interface KsonCharInput

All Known Implementing Classes:
KsonStringCharInput

public interface KsonCharInput
  • Method Details

    • readChar

      int readChar()
      Returns:
      char or -1 for eof
    • peekChar

      int peekChar()
    • position

      int position()
    • back

      int back(int num)
    • isEof

      boolean isEof()
    • getString

      String getString(int pos, int length)