Registry / utility / hawtbuf

hawtbuf

JSON →
library1.11javamavenunverified

A rich byte buffer library for Java providing advanced buffer manipulation.

<dependency> <groupId>org.fusesource.hawtbuf</groupId> <artifactId>hawtbuf</artifactId> <version>1.11</version> </dependency>
INSTALL
IMPORT
SIG · HAWTBUF
H
hawtbuf
utilityjavav1.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Buffer
org.fusesource.hawtbuf.Buffer

Creates a Buffer from a byte array and prints its hex representation.

import org.fusesource.hawtbuf.Buffer; public class Main { public static void main(String[] args) { Buffer buffer = new Buffer(new byte[]{0x48, 0x65, 0x6c, 0x6c, 0x6f}); System.out.println(buffer.toHexString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hawtbuf — mvn dependency:get hawtbuf · libregistry