org.msgpack.template
Class FloatArrayTemplate

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

public class FloatArrayTemplate
extends AbstractTemplate<float[]>


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

read

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

getInstance

public static FloatArrayTemplate getInstance()


Copyright © 2011. All Rights Reserved.