https://github.com/robtimus/io-streams
A collection of InputStream, OutputStream, Reader and Writer implementations
https://github.com/robtimus/io-streams
inputstream java outputstream reader writer
Last synced: 4 months ago
JSON representation
A collection of InputStream, OutputStream, Reader and Writer implementations
- Host: GitHub
- URL: https://github.com/robtimus/io-streams
- Owner: robtimus
- License: apache-2.0
- Created: 2020-11-10T10:48:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T15:08:57.000Z (8 months ago)
- Last Synced: 2024-11-17T06:41:50.464Z (6 months ago)
- Topics: inputstream, java, outputstream, reader, writer
- Language: Java
- Homepage: https://robtimus.github.io/io-streams/
- Size: 856 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# io-streams
[](https://search.maven.org/artifact/com.github.robtimus/io-streams)
[](https://github.com/robtimus/io-streams/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aio-streams)
[](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aio-streams)
[](https://snyk.io/test/github/robtimus/io-streams)A collection of [InputStream](https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html), [OutputStream](https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html), [Reader](https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html) and [Writer](https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html) implementations. Combined with [Commons IO](https://commons.apache.org/proper/commons-io/) this should provide for implementations for most situations. For more information, see the [API](https://robtimus.github.io/io-streams/apidocs/).