Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
link to gloss
  • Loading branch information
geoffsalmon committed Jan 30, 2013
1 parent d992a4b commit dee223c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -9,10 +9,13 @@ 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.
bigint.

See the [API Docs](http://geoffsalmon.github.com/bytebuffer/index.html)

If you're serializing or deserializing data, you should also checkout
[gloss](https://github.com/ztellman/gloss).

## Usage

Use put-* and take-* functions for each data type add to and remove
Expand Down

0 comments on commit dee223c

Please sign in to comment.