org.msgpack.template
Class BigIntegerTemplate

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

public class BigIntegerTemplate
extends AbstractTemplate<BigInteger>


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

read

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

getInstance

public static BigIntegerTemplate getInstance()


Copyright © 2011. All Rights Reserved.