Summary

   

Java™ 2 Primer Plus
By Steven Haines, Steve Potts

Table of Contents
Chapter 12.  Using Java's Input and Output Classes


This chapter introduced you to the input and output classes provided by Java's I/O class library. Specific classes are defined for reading byte-oriented data based on the InputStream and OutputStream classes, whereas specific classes are defined for reading text-based data based on the Reader and Writer classes.

You can chain streams together to ensure that you are using the best stream for the data that you are reading and writing.


       
    Top
     



    Java 2 Primer Plus
    Java 2 Primer Plus
    ISBN: 0672324156
    EAN: 2147483647
    Year: 2001
    Pages: 332

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net