Discussion:
Good textbook or tutorial for IO in Java?
(too old to reply)
Ghost
2016-06-20 20:02:54 UTC
Permalink
I'm looking for a good reference on Java's IO. Files, streams, java.io,
java.nio and all that. Preferably something textbook-like. Right now
I only have an introductory text but it is not dedicated to IO and also
not very good at that. Any recommendations? Something I can have
on my electronic reader (Kindle) is preferable.

Thanks!
Eric Sosman
2016-06-20 20:26:37 UTC
Permalink
Post by Ghost
I'm looking for a good reference on Java's IO. Files, streams, java.io,
java.nio and all that. Preferably something textbook-like. Right now
I only have an introductory text but it is not dedicated to IO and also
not very good at that. Any recommendations? Something I can have
on my electronic reader (Kindle) is preferable.
Have you consulted the Java Tutorial?

http://docs.oracle.com/javase/tutorial/essential/io/index.html
--
***@comcast-dot-net.invalid
"Don't be afraid of work. Make work afraid of you." -- TLM
Ghost
2016-06-20 21:12:17 UTC
Permalink
Post by Ghost
I'm looking for a good reference on Java's IO. Files, streams, java.io,
java.nio and all that. Preferably something textbook-like. Right now
I only have an introductory text but it is not dedicated to IO and also
not very good at that. Any recommendations? Something I can have
on my electronic reader (Kindle) is preferable.
Have you consulted the Java Tutorial?

http://docs.oracle.com/javase/tutorial/essential/io/index.html
--
***@comcast-dot-net.invalid
"Don't be afraid of work. Make work afraid of you." -- TLM


Wow, they also provide material in both epub and mobi formats.
Thanks!
Loading...