Hlavní menu

Nástroje

PremekBrada / SimpleJavaIo

View (print) - Edit page | Recent changes - Page history

Updated 14 September 2005, 11:50 by PremekBrada

SimpleJavaIo library

Goal: make simple text console i/o simple in Java.

Motivation examples

import simpleio.*;

...

SioOut.print("Output:\n");
SioIn.use( someObject.getInputStream() );
int i = SioIn.readInt();
String s = SioIn.readString();


Zpět na NametyImpl