Interface KsonCharInput

All Known Implementing Classes:
KsonStringCharInput

public interface KsonCharInput
  • Method Summary

    Modifier and Type Method Description
    int back​(int num)  
    java.lang.String getString​(int pos, int length)  
    boolean isEof()  
    int peekChar()  
    int position()  
    int readChar()  
  • 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

      java.lang.String getString​(int pos, int length)