https://github.com/nbbrd/java-io-util
Common I/O utilities for Java
https://github.com/nbbrd/java-io-util
java8 library zero-dependency
Last synced: 8 months ago
JSON representation
Common I/O utilities for Java
- Host: GitHub
- URL: https://github.com/nbbrd/java-io-util
- Owner: nbbrd
- License: eupl-1.2
- Created: 2017-12-05T14:43:51.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-12T06:56:40.000Z (8 months ago)
- Last Synced: 2025-07-12T08:36:17.197Z (8 months ago)
- Topics: java8, library, zero-dependency
- Language: Java
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Common I/O utilities for Java
[](https://github.com/nbbrd/java-io-util/releases/latest)
[](https://github.com/nbbrd/java-io-util/blob/develop/CHANGELOG.md)
[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/com/github/nbbrd/java-io-util/README.md)
This library contains common code used for I/O operations in Java.
While not being rocket science, its purpose is to be useful, well documented and well tested.
## Dependency graph
```mermaid
flowchart BT
x-jaxb{{javax.xml.bind:jaxb-api}}
x-picocsv{{com.github.nbbrd.picocsv:picocsv}}
base
xml
xml-bind
picocsv
win
xml --> base
xml-bind --> xml
xml-bind -.-> x-jaxb
win --> base
picocsv --> base
picocsv -.-> x-picocsv
classDef x fill:#00000000,stroke:#00000000,font-style:italic
class x-jaxb,x-picocsv x
```