Class KsonStringCharInput

java.lang.Object
org.nustaq.kson.KsonStringCharInput
All Implemented Interfaces:
KsonCharInput

public class KsonStringCharInput
extends java.lang.Object
implements KsonCharInput
implementation of char input on top of a String
  • Constructor Summary

    Constructors 
    Constructor Description
    KsonStringCharInput​(java.lang.CharSequence s)  
    KsonStringCharInput​(java.lang.String s, int pos, int len)  
  • 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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait