Chaining Streams Java

Chaining Streams Java Java comes with low-level byte streams and high-level byte streams and similarly low-level and high-level character streams. Sub classes of FilterInputStream and FilterOutputStream are known as high-level streams. There are four high-level streams on input streams side – LineNumberInputStream, DataInputStream, BufferedInputStream and PushbackInputStream. The job of high-level streams is to add extra …

Chaining Streams Java Read More »