Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T12:49:44.000Z (12 months ago)
- Last Synced: 2024-01-20T13:39:01.315Z (12 months ago)
- Topics: inputstream, java, outputstream, reader, writer
- Language: Java
- Homepage: https://robtimus.github.io/io-streams/
- Size: 802 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
[![Maven Central](https://img.shields.io/maven-central/v/com.github.robtimus/io-streams)](https://search.maven.org/artifact/com.github.robtimus/io-streams)
[![Build Status](https://github.com/robtimus/io-streams/actions/workflows/build.yml/badge.svg)](https://github.com/robtimus/io-streams/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.github.robtimus%3Aio-streams&metric=alert_status)](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aio-streams)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.robtimus%3Aio-streams&metric=coverage)](https://sonarcloud.io/summary/overall?id=com.github.robtimus%3Aio-streams)
[![Known Vulnerabilities](https://snyk.io/test/github/robtimus/io-streams/badge.svg)](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/).