Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).