See: Description
| Interface | Description |
|---|---|
| CharStream |
This interface produces a sequence of
chars. |
| Class | Description |
|---|---|
| StringCharStream |
Reads from a
String. |
| Exception | Description |
|---|---|
| UnexpectedCharacterException |
Indicates that
CharStream.read() did not find the character(s) it expected. |
Copyright © 2022. All rights reserved.