org.msgpack.core
Class MessagePack

java.lang.Object
  extended by org.msgpack.core.MessagePack

public class MessagePack
extends java.lang.Object

Includes MessagePack codes


Nested Class Summary
static class MessagePack.Code
          The prefix code set of MessagePack.
static class MessagePack.Config
          Message packer/unpacker configuration object
static class MessagePack.ConfigBuilder
          Builder of the configuration object
 
Field Summary
static java.nio.charset.Charset UTF8
           
 
Constructor Summary
MessagePack()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF8

public static final java.nio.charset.Charset UTF8
Constructor Detail

MessagePack

public MessagePack()