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, toString
public CharsetDecoder newDecoder()
newDecoder
in class Charset
public CharsetEncoder newEncoder()
newEncoder
in class Charset
public static char lowSurrogate(int codePoint)
Copyright © 2014 Oracle Corporation. All rights reserved.