public class IntegerEncoder extends Object implements Encoder.Text<Integer>
Encoder.Binary<T>, Encoder.BinaryStream<T>, Encoder.Text<T>, Encoder.TextStream<T>| Constructor and Description |
|---|
IntegerEncoder() |
public String encode(Integer b) throws EncodeException
Encoder.Textencode in interface Encoder.Text<Integer>b - the object being encoded.EncodeExceptionCopyright © 2012. All Rights Reserved.