org.msgpack.template
Class LongTemplate

java.lang.Object
  extended by org.msgpack.template.AbstractTemplate<Long>
      extended by org.msgpack.template.LongTemplate
All Implemented Interfaces:
Template<Long>

public class LongTemplate
extends AbstractTemplate<Long>


Method Summary
static LongTemplate 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 LongTemplate getInstance()


Copyright © 2011. All Rights Reserved.