org.msgpack.template
Class IntegerTemplate
java.lang.Object
org.msgpack.template.AbstractTemplate<Integer>
org.msgpack.template.IntegerTemplate
- All Implemented Interfaces:
- Template<Integer>
public class IntegerTemplate
- extends AbstractTemplate<Integer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
write
public void write(Packer pk,
Integer target,
boolean required)
throws IOException
- Throws:
IOException
read
public Integer read(Unpacker u,
Integer to,
boolean required)
throws IOException
- Throws:
IOException
getInstance
public static IntegerTemplate getInstance()
Copyright © 2011. All Rights Reserved.