Interface CharStreamCodeSupport
public interface CharStreamCodeSupport
-
Method Summary
-
Method Details
-
reset
void reset() -
getErrorMessage
String getErrorMessage() -
isValid
boolean isValid() -
next
void next(char[] cbuf) -
next
void next(char[] cbuf, int off, int len) -
next
void next(char c)
-