Lesson 1
Introduction Filtering streams This module introduces you to streams that perform more complex operations on the bytes they read.
Java provides efficient means to convert the appropriate number of bytes into an integer or a floating point number.
You will learn about the following:
You will learn about the following:
- How DataInputStreams and DataOutputStreams let you read and write numeric data
- How to buffer streams for improved performance with the BufferedInputStream and BufferedOutputStream classes
- How to connect input and output streams with the PipedStream class and to connect multiple input streams with the SequenceInputStream class
- How to read and write byte arrays through the streams mechanism with the ByteArrayInputStream and ByteArrayOutputStream classes
Questions:
If you have any questions click on the Search button located at the top of the page.
