public interface UnicodeCharStream extends CharStream
EOF, UNKNOWN_SOURCE_NAME| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsUnicodeCodePoints()
Determines if the current stream supports Unicode code points.
|
getTextboolean supportsUnicodeCodePoints()
true if the current input stream supports Unicode code
points; otherwise, false if the current input stream returns
UTF-16 code units for code points above U+FFFF.Copyright © 1992–2024 Daniel Sun. All rights reserved.