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