org.glassfish.grizzly.websockets
Class StrictUtf8

java.lang.Object
  extended by java.nio.charset.Charset
      extended by org.glassfish.grizzly.websockets.StrictUtf8
All Implemented Interfaces:
Comparable<Charset>

public class StrictUtf8
extends Charset


Nested Class Summary
protected static class StrictUtf8.Encoder
           
static class StrictUtf8.Parser
          Surrogate parsing support.
 
Constructor Summary
StrictUtf8()
           
 
Method Summary
 boolean contains(Charset cs)
           
static char lowSurrogate(int codePoint)
           
 CharsetDecoder newDecoder()
           
 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

StrictUtf8

public StrictUtf8()
Method Detail

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.