public class StrictUtf8 extends Charset
| Modifier and Type | Class and Description |
|---|---|
protected static class |
StrictUtf8.Encoder |
static class |
StrictUtf8.Parser
Surrogate parsing support.
|
| Constructor and Description |
|---|
StrictUtf8() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Charset cs) |
static char |
lowSurrogate(int codePoint) |
CharsetDecoder |
newDecoder() |
CharsetEncoder |
newEncoder() |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toStringpublic CharsetDecoder newDecoder()
newDecoder in class Charsetpublic CharsetEncoder newEncoder()
newEncoder in class Charsetpublic static char lowSurrogate(int codePoint)
Copyright © 2012-2013. All Rights Reserved.