org.msgpack.template
Class DoubleArrayTemplate

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

public class DoubleArrayTemplate
extends AbstractTemplate<double[]>


Method Summary
static DoubleArrayTemplate getInstance()
           
 double[] read(Unpacker u, double[] to, boolean required)
           
 void write(Packer pk, double[] 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,
                  double[] target,
                  boolean required)
           throws IOException
Throws:
IOException

read

public double[] read(Unpacker u,
                     double[] to,
                     boolean required)
              throws IOException
Throws:
IOException

getInstance

public static DoubleArrayTemplate getInstance()


Copyright © 2011. All Rights Reserved.