|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.Charset
org.glassfish.grizzly.websockets.StrictUtf8
public class StrictUtf8
| Nested Class Summary | |
|---|---|
protected static class |
StrictUtf8.Encoder
|
static class |
StrictUtf8.Parser
Surrogate parsing support. |
| Constructor Summary | |
|---|---|
StrictUtf8()
|
|
| Method Summary | |
|---|---|
boolean |
contains(java.nio.charset.Charset cs)
|
static char |
lowSurrogate(int codePoint)
|
java.nio.charset.CharsetDecoder |
newDecoder()
|
java.nio.charset.CharsetEncoder |
newEncoder()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StrictUtf8()
| Method Detail |
|---|
public java.nio.charset.CharsetDecoder newDecoder()
newDecoder in class java.nio.charset.Charsetpublic java.nio.charset.CharsetEncoder newEncoder()
newEncoder in class java.nio.charset.Charsetpublic boolean contains(java.nio.charset.Charset cs)
contains in class java.nio.charset.Charsetpublic static char lowSurrogate(int codePoint)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||