Registry / utility / ao-io-buffer

ao-io-buffer

JSON →
library4.2.0javamavenunverified

Output buffering library for efficient I/O operations in Java.

<dependency> <groupId>com.aoapps</groupId> <artifactId>ao-io-buffer</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · AO-IO-BUFFER
A
ao-io-buffer
utilityjavav4.2.0
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
com.aoapps.io.buffer.Buffer

Create and use an output buffer

import com.aoapps.io.buffer.Buffer; public class Example { public static void main(String[] args) { Buffer buffer = new Buffer(1024); buffer.write("Hello"); System.out.println(buffer.readAsString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
OpenAI (training)
3
Meta
1
Amazon
1
Resources
ao-io-buffer — mvn dependency:get ao-io-buffer · libregistry