org.glassfish.tyrus.platform.encoders
Class LongEncoder

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

public class LongEncoder
extends Object
implements Encoder.Text<Long>

Author:
dannycoward

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.net.websocket.Encoder
Encoder.Binary<T>, Encoder.Text<T>
 
Constructor Summary
LongEncoder()
           
 
Method Summary
 String encode(Long 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

LongEncoder

public LongEncoder()
Method Detail

encode

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

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


Copyright © 2012. All Rights Reserved.