org.glassfish.grizzly.websockets
Class Utf8Utils

java.lang.Object
  extended by org.glassfish.grizzly.websockets.Utf8Utils

public class Utf8Utils
extends Object


Constructor Summary
Utf8Utils()
           
 
Method Summary
static byte[] encode(Charset charset, String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utf8Utils

public Utf8Utils()
Method Detail

encode

public static byte[] encode(Charset charset,
                            String string)


Copyright © 2012 Oracle Corporation. All Rights Reserved.