Skip to content

twh270/cbor-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

CBOR is a Java implementation of IETF RFC7049 (see http://tools.ietf.org/html/rfc7049).

Status

TODO

Next

Encode negative integers Encode integer values using smallest representation e.g. writeShort(8) or writeLong(8) should put one byte on the output stream.

Soon

Later

Implement java.nio style buffers and channels Implement object serialization

Done

Encoding positive integer values

References

http://tools.ietf.org/html/rfc7049

Releases

No releases published

Packages

No packages published

Languages