Menu
Topics Index
...
`


Input/Output: Exploring java.io > Byte Streams >
Siva Nookala - 20 Feb 2017
Filtered Byte Streams are the wrapper classes for the InputStream and OutputStreams. These streams add special features and improves the performance. The filtered byte streams are FilterInputStream and FilterOutputStream.

Constructors :
constructor Description
protected FilterOutputStream(OutputStream os) Creates FilterOutpStream object for the destination stream os
protected FilterInputStream (InputStream is) Creates FilterInputStream object for the source stream is
The methods provided in these classes are identical to those in Java InputStream Class and Java OutputStream Class.

0
Wrong
Score more than 2 points

© meritcampus 2019

All Rights Reserved.

Open In App