org.glassfish.tyrus.platform.encoders
Class FloatEncoder

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

public class FloatEncoder
extends Object
implements Encoder.Text<Float>

Author:
dannycoward

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

FloatEncoder

public FloatEncoder()
Method Detail

encode

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

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


Copyright © 2012. All Rights Reserved.