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

https://github.com/zipcodecore/maven.ioconsole


https://github.com/zipcodecore/maven.ioconsole

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# IOConsole
* **Objective** - To implement an `IOConsole` which consumes an `InputStream` and prints to an `OutputStream`
* **Purpose** - To establish familiarity with:
* `System.in`
* `System.out`
* `InputStream`
* `OutputStream`
* [Variable Number of Arguments (varargs)](https://www.geeksforgeeks.org/variable-arguments-varargs-in-java/)