Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ata4/ioutils
- Owner: ata4
- License: unlicense
- Created: 2013-06-22T13:11:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T11:00:28.000Z (about 9 years ago)
- Last Synced: 2024-04-28T02:42:15.778Z (9 months ago)
- Language: Java
- Size: 290 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!