org.msgpack.template
Class IntegerArrayTemplate

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

public class IntegerArrayTemplate
extends AbstractTemplate<int[]>


Method Summary
static IntegerArrayTemplate getInstance()
           
 int[] read(Unpacker u, int[] to, boolean required)
           
 void write(Packer pk, int[] 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,
                  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.