Skip to content

Instantly share code, notes, and snippets.

@frsyuki
Last active December 31, 2015 07:49
Show Gist options
  • Save frsyuki/7956290 to your computer and use it in GitHub Desktop.
Save frsyuki/7956290 to your computer and use it in GitHub Desktop.

org.msgpack.core

  • enum ValueType
  • interface Packer
  • interface Unpacker
  • class MessagePacker implements Packer
  • class MessageUnpacker implements Unpacker
  • interface MessagePackerChannel
    • short readShort()
    • int readInt()
  • interface MessageUnpackerChannel
  • class MessageUnpackerException extends IOException
  • class MessageMalformedFormatException extends MessageUnpackerException

org.msgpack.value

  • interface Value
    • org.msgpack.core.ValueType getType()
  • interface MutableValue extends Value
  • interface ImmutableValue extends Value
  • class ValueReader
    • ImmutableValue readValue
  • class ValueWriter
    • void writeValue(Value)

org.msgpack.value.impl

  • class ImmutableIntegerValue implements IntegerValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment