Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
To support internationalization, the JDK 1.1 release adds character streams to thejava.io
package. Character streams are like the byte streams that appeared in JDK 1.0 except that they operate on 16-bit Unicode characters rather than 8-bit bytes. In addition, two new byte streams were added tojava.io
to support object serialization.
java.io
to support character streams, see
Additions to java.io
.
java.io
contains a table that lists the APIs in java.io
that
were deprecated for 1.1 and their alternatives.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.