org.glassfish.tyrus.platform.encoders
Class ShortEncoder
java.lang.Object
org.glassfish.tyrus.platform.encoders.ShortEncoder
- All Implemented Interfaces:
- Encoder, Encoder.Text<Short>
public class ShortEncoder
- extends Object
- implements Encoder.Text<Short>
- Author:
- dannycoward
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortEncoder
public ShortEncoder()
encode
public String encode(Short b)
throws EncodeException
- Description copied from interface:
Encoder.Text
- Encode the given object into a String.
- Specified by:
encode in interface Encoder.Text<Short>
- Throws:
EncodeException
Copyright © 2012. All Rights Reserved.