Class AbstractCharStreamCodeSupport
java.lang.Object
net.thevpc.tson.impl.parser.AbstractCharStreamCodeSupport
- All Implemented Interfaces:
CharStreamCodeSupport
- Direct Known Subclasses:
CharStreamCodeSupportDefault, CharStreamCodeSupportJava
-
Constructor Details
-
AbstractCharStreamCodeSupport
public AbstractCharStreamCodeSupport()
-
-
Method Details
-
next
public void next(char[] cbuf) - Specified by:
nextin interfaceCharStreamCodeSupport
-
next
public void next(char[] cbuf, int off, int len) - Specified by:
nextin interfaceCharStreamCodeSupport
-