Advertisement

Java I/O

Started by February 19, 2002 02:07 AM
0 comments, last by Tac-Tics 22 years, 6 months ago
I''m really confused about how input/output works in Java. I''ve tried to read through a couple tutorials, but they were all kinda... confusing. Does anyone know of any easy-to-understand tutorials on the java.io package classes? "I''''m not evil... I just use the power of good in evil ways."
Well, it depends on what you want to do. Console I/O? File I/O? If you''re a bit more specific, we can help.

Basically the Java I/O package makes what would otherwise be hard and complex (sending complete Java obejcts over a network, for example) easy while making easy things hard (like reading a single character in from the console).

This topic is closed to new replies.

Advertisement