Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ata4/ioutils

A collection of some frequently used I/O utility Java classes, mostly related with byte buffers.
https://github.com/ata4/ioutils

Last synced: about 2 months ago
JSON representation

A collection of some frequently used I/O utility Java classes, mostly related with byte buffers.

Awesome Lists containing this project

README

        

ioutils
=======

A framework for unified access between various Java I/O classes, such as streams, channels, data inputs/outputs and byte buffers.
Also includes various helpers for NIO buffers and other frequently used I/O tasks.

Unit tests are still in developement, so consider the code as unstable and experimental. Use it at your own risk!