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