org.glassfish.grizzly.websockets
Class StrictUtf8
java.lang.Object
java.nio.charset.Charset
org.glassfish.grizzly.websockets.StrictUtf8
- All Implemented Interfaces:
- Comparable<Charset>
public class StrictUtf8
- extends Charset
| Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
StrictUtf8
public StrictUtf8()
newDecoder
public CharsetDecoder newDecoder()
- Specified by:
newDecoder in class Charset
newEncoder
public CharsetEncoder newEncoder()
- Specified by:
newEncoder in class Charset
contains
public boolean contains(Charset cs)
- Specified by:
contains in class Charset
lowSurrogate
public static char lowSurrogate(int codePoint)
Copyright © 2012 Oracle Corporation. All Rights Reserved.