Section 11 : The java.io Package
-
Write code that uses objects
of the file class to navigate a file system.
-
Write code that uses objects of the classes
InputStreamReader and OutputStreamWriter to
translate between Unicode and either platform
default or ISO 8859-1 character encoding and
Distinguish between conditions under which platform
default encoding conversion should be used and
conditions under which a specific conversion should
be used.
-
Select valid constructor arguments for
FilterInputStream and FilterOutputStream subclasses
from a list of classes in the java.io.package.
-
Write appropriate code to read, write and update
files using FileInputStream, FileOutputStream, and
RandomAccessFile objects.
-
Describe the permanent effects on the file system of
constructing and using FileInputStream,
FileOutputStream, and RandomAccessFile objects.
section11-1 | section11-2 | section11-3 | section11-4 | section11-5 | section11-6
Sections :
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
|