org.msgpack.template
Class BooleanArrayTemplate

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

public class BooleanArrayTemplate
extends AbstractTemplate<boolean[]>


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

read

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

getInstance

public static BooleanArrayTemplate getInstance()


Copyright © 2011. All Rights Reserved.