org.msgpack.template
Class CharacterTemplate

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

public class CharacterTemplate
extends AbstractTemplate<Character>

CharacterTemplate

Author:
watabiki

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

read

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

getInstance

public static CharacterTemplate getInstance()


Copyright © 2011. All Rights Reserved.