pombreda / clamshell-cli

Automatically exported from code.google.com/p/clamshell-cli
Apache License 2.0
0 stars 0 forks source link

Refactor IOConsole input/output Methods #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rename input methods to resemble a Reader  (i.e. read(), readline(), etc)
Rename / add methods to resemble a PrintWriter (i.e. print, println, printf, 
etc)
Keep old i/o methods for backward compat.

Original issue reported on code.google.com by vladimir...@gmail.com on 28 Dec 2013 at 12:19

GoogleCodeExporter commented 9 years ago
Refactored the IOConsole considerably to support simpler io methods that behave 
more like standard PrintStream, InputStream methods - Revision: #73156c4477d3

Original comment by vladimir...@gmail.com on 1 Jan 2014 at 12:13