Beispiel #1
0
 /** Read a Unicode character (codepoint) by checking for surrogates. */
 public int readCodePoint() throws java.io.IOException {
   return port.readCodePoint();
 }