org.msgpack.template
Class LongArrayTemplate

java.lang.Object
  extended by org.msgpack.template.AbstractTemplate<long[]>
      extended by org.msgpack.template.LongArrayTemplate
All Implemented Interfaces:
Template<long[]>

public class LongArrayTemplate
extends AbstractTemplate<long[]>


Method Summary
static LongArrayTemplate getInstance()
           
 long[] read(Unpacker u, long[] to, boolean required)
           
 void write(Packer pk, long[] target, boolean required)
           
 
Methods inherited from class org.msgpack.template.AbstractTemplate
read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.