+1 vote
in JAVA by
What are FilterStreams?

1 Answer

0 votes
by

FilterStream classes are used to add additional functionalities to the other stream classes. FilterStream classes act like an interface which read the data from a stream, filters it, and pass the filtered data to the caller. The FilterStream classes provide extra functionalities like adding line numbers to the destination file, etc.

Related questions

+1 vote
asked May 6, 2021 in JAVA by SakshiSharma
0 votes
asked May 4, 2021 in JAVA by SakshiSharma
...