Java I/O

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
LiveFree
Forum Contributor
Posts: 258
Joined: Tue Dec 06, 2005 5:34 pm
Location: W-Town

Java I/O

Post by LiveFree »

Well, after reading the 'Good Client-Side language to start with' thread above this one, I have decided to jump into the client-side world with JAVA!

I understand the basic principals of Java, but as of so far I can only program command line stuff which does not require user input.

My Question: What packages/classes would I need to use to accept/process user input at the CLI?

Thanks
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

System.in is the standard inputstream... I remember that there are some wrappers/classes that give you a set of 'easy' methods.. eg: getChar, getChars, ...
LiveFree
Forum Contributor
Posts: 258
Joined: Tue Dec 06, 2005 5:34 pm
Location: W-Town

Post by LiveFree »

Ive decided to use a custom class (TextIO)

Thanks anyway timvw
Post Reply