Java Reference
In-Depth Information
9.15 Web Course materials
There are several other I/O classes that we don't have space here to discuss. In
the Web Course Chapter 9: Supplements section we examine some of the other
I/O techniques and classes including:
more about serialization
RandomAccessFile
PipedInputStream , PipedOutputStream
Zip and Gzip files
Also, with Java 1.4 came a new set of I/O classes in the java.nio.* packages.
These involve the concept of I/O channels .Weintroduce channels and other
features of java.nio in the Supplements section.
As discussed in Section 9.13, the Web Course Chapter 9: Te ch section demon-
strates a number of I/O techniques using histograms. The Physics section provides
an extensive demonstration of an experimental simulation with Java.
References
[1] Lesson: I/O: Reading and Writing - The Java Tutorial Sun Microsystems,
http://java.sun.com/docs/books/tutorial/essential/io .
[2] Elliotte R. Harold, Java I/O , O'Reilly, 1999.
[3] java.util.Formatter class specification, http://java.sun.com/
j2se/1.5.0/docs/api/java/util/Formatter.html .
[4] java.util.Scanner class specification, http://java.sun.com/
j2se/1.5.0/docs/api/java/util/Scanner.html .
[5] Regular Expression - The Java Tutorial , Sun Microsystems,
http://java.sun.com/docs/books/tutorial/extra/regex/ .
[6] Norbert Lindenberg and Masayoshi Okutsu, Supplementary Characters in the Java
Platform , Sun Microsystems, Inc., May 2004, http://java.sun.com/
eveloper/technicalArticles/Intl/Supplementary/ .
Search WWH ::




Custom Search