Interface UnicodeCharStream

All Superinterfaces:
CharStream, IntStream
All Known Implementing Classes:
CodePointCharStream, UnbufferedCharStream

public interface UnicodeCharStream extends CharStream
  • Method Details

    • supportsUnicodeCodePoints

      boolean supportsUnicodeCodePoints()
      Determines if the current stream supports Unicode code points.
      Returns:
      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.