Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
hawtbuf - A rich byte buffer library
- Description:
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.
Packages
hawtbuf-1.9-10.el7.noarch
[56 KiB] |
Changelog
by Darryl L. Pierce (2014-08-20):
- First build for EPEL7.
- Resolves: BZ#1110028
- Added conditions so the specfile can be used across releases.
|