https://github.com/zipcodecore/maven.ioconsole
https://github.com/zipcodecore/maven.ioconsole
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/maven.ioconsole
- Owner: ZipCodeCore
- Created: 2019-02-03T19:05:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T14:09:14.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T12:41:25.869Z (12 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)