aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/com/jantuomi/tunkki/utils/IO.java
Commit message (Collapse)AuthorAgeFilesLines
* Handle input and output differently on Windows and other systemsJan Tuomi2016-08-061-12/+72
| | | | | Create IOHandler interface Create classes WindowsIOHandler and StandardIOHandler that implement IOHandler
* Make 'output' function utilize IO printLinejantuomi2016-08-051-0/+11
|
* Create IO utility class for input and output wrappersjantuomi2016-08-041-0/+34