图书发布二号 2007-3-17 09:10
OReilly.Java.I.O.2nd.Edition.May.2006
OReilly.Java.I.O.2nd.Edition.May.2006
ratcat 2007-7-23 05:18
This is O'reilly Java I/O pdf version. For UNIX users, PDF format may be more easy.
[attach]27503[/attach]
river_side1 2007-8-16 17:53
本书简介
Java I/O
by Elliotte Harold (Author)
• Publisher: O'Reilly Media, Inc.; 2 edition (May 16, 2006)
• Language: English
• ISBN-10: 0596527500
• ISBN-13: 978-0596527501
Book Description
All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing textual (character) data. You're almost certainly familiar with the basic kinds of streams--but did you know that there's a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.