Description for Java I/O
Paperback. 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. Focusing on Java 5.0 APIs, this book tells you about streams shows you how to control number formatting, use characters aside from the standard ASCII character set, and write multilingual software. Num Pages: 728 pages, 1, black & white illustrations. BIC Classification: UMW. Category: (P) Professional & Vocational. Dimension: 234 x 178 x 41. Weight in Grams: 1174.
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 ... Read more
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 ... Read more
Product Details
Format
Paperback
Publication date
2006
Publisher
O'Reilly Media, Inc, USA United States
Number of pages
728
Condition
New
Number of Pages
728
Place of Publication
Sebastopol, United States
ISBN
9780596527501
SKU
V9780596527501
Shipping Time
Usually ships in 7 to 11 working days
Ref
99-1
About Elliotte Harold
Elliotte Rusty Harold is a noted writer and programmer, both on and off the Internet. He started by writing FAQ lists for the Macintosh newsgroups on Usenet, and has since branched out into books, web sites, and newsletters. Elliotte resides in New York City with his wife Beth and cat Possum. When not writing about Java, he enjoys genealogy, mathematics, ... Read more
Reviews for Java I/O