Name:bytebuffer
License:Eclipse Public License
Description:Library for packing and unpacking binary data. Simplifies working with java.nio.ByteBuffer objects.
Handles signed and unsigned values pleasantly. Usually reading or writing unsigned fields with ByteBuffers is a pain because Java doesn't have unsigned primitives. The unsigned take-* functions here actually return a type that is one step larger than the requested type, ex. take-ushort returns an int, and take-uint returns a bigint.
Date Added:2012-02-18 05:55:41
Date Changed:2012-02-18 05:56:59