Package net.metanotion.io.data
Class IntBytes
- java.lang.Object
-
- net.metanotion.io.data.IntBytes
-
- All Implemented Interfaces:
Serializer<Integer>
public class IntBytes extends Object implements Serializer<Integer>
-
-
Constructor Summary
Constructors Constructor Description IntBytes()
-
-
-
Method Detail
-
getBytes
public byte[] getBytes(Integer o)
- Specified by:
getBytes
in interfaceSerializer<Integer>
-
construct
public Integer construct(byte[] b)
- Specified by:
construct
in interfaceSerializer<Integer>
-
-