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: over 1 year 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T11:00:28.000Z (over 10 years ago)
- Last Synced: 2025-03-27T09:40:06.612Z (over 1 year ago)
- Language: Java
- Size: 290 KB
- Stars: 2
- Watchers: 1
- 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!