public interface CharStreamCodeSupport
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
boolean |
isValid() |
void |
next(char c) |
void |
next(char[] cbuf) |
void |
next(char[] cbuf,
int off,
int len) |
void |
reset() |
void reset()
String getErrorMessage()
boolean isValid()
void next(char[] cbuf)
void next(char[] cbuf,
int off,
int len)
void next(char c)
Copyright © 2024 vpc open source initiative. All rights reserved.