Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirino/hawtbuf
A Ant/Maven based protobuf compiler and Java API. Plus helper classes to make it easy to work with byte arrays.
https://github.com/chirino/hawtbuf
Last synced: 3 months ago
JSON representation
A Ant/Maven based protobuf compiler and Java API. Plus helper classes to make it easy to work with byte arrays.
- Host: GitHub
- URL: https://github.com/chirino/hawtbuf
- Owner: chirino
- License: apache-2.0
- Created: 2010-04-23T17:25:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-29T14:37:43.000Z (about 13 years ago)
- Last Synced: 2023-03-11T04:44:17.585Z (almost 2 years ago)
- Language: Java
- Homepage: http://hawtbuf.fusesource.org/
- Size: 661 KB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
HawtBuf
===============This library implements a simple interface with working with byte arrays. It
is a shame that the Java SDK did not come with a built in class that was just
simply a `byte[]`, `int offset`, `int length` class which provided a rich
interface similar to what the String class does for `char` arrays. This
library fills in that void by providing a Buffer class which does provide
that rich interface.It also provides a java protobuf code generator to make it easy to encoded and decode objects to buffers and back.