Filter Streams Java

In the filter streams Java category, the java.io package comes with 4 classes – FilterInputStream and FilterOutputStream on byte stream side and FilterReader and FilterWriter on character streams side. All the subclasses of these 4 classes are known as filter streams. What are filter input streams? As you can see in the following hierarchies, there …

Filter Streams Java Read More »