org.glassfish.tyrus.platform.encoders
Class ByteEncoder

java.lang.Object
  extended by org.glassfish.tyrus.platform.encoders.ByteEncoder
All Implemented Interfaces:
Encoder, Encoder.Text<Byte>

public class ByteEncoder
extends Object
implements Encoder.Text<Byte>

Author:
dannycoward

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.net.websocket.Encoder
Encoder.Binary<T>, Encoder.Text<T>
 
Constructor Summary
ByteEncoder()
           
 
Method Summary
 String encode(Byte b)
          Encode the given object into a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteEncoder

public ByteEncoder()
Method Detail

encode

public String encode(Byte b)
              throws EncodeException
Description copied from interface: Encoder.Text
Encode the given object into a String.

Specified by:
encode in interface Encoder.Text<Byte>
Throws:
EncodeException


Copyright © 2012. All Rights Reserved.