Skip to content
Closed
No due date
Closed Jan 4, 2016

msgpack-core

MessagePacker

  • Encode values and write to Buffer
  • packByte, packInt, … ,

MessageBuffer

  • An abstraction of a memory buffer that can be released
  • Support Unsafe.getXXX API
  • Read from/write to a specific memory address (offset, v)
  • writeByte, writeInt, …
  • readByte, readInt, ….

MessageBufferOutput

  • An adapter to OutputStream, WritableByteChannel
  • Get a Buffer for writing packed values (acquire buffer)
  • Dump the Buffer to OutputStream, etc.

MessageUnpacker

MessageBufferInput

  • An adapter to InputStream, ReadableByteChannel, …
  • Get the next Buffer filled with packed values from InputStream, etc.
100% complete

List view

    There are no open issues in this milestone

    Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.