Java Part-45 | Buffered Input & Output, Buffered Reader & Writer in Java (Gujarati)

Опубликовано: 29 Июль 2026
на канале: Ravi R. Oza
78
3

A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.

When the BufferedInputStream is created, an internal buffer array is created.

Buffered Output Stream
This class implements a buffered output stream.

By setting up such an output stream, an application can write bytes to the underlying output stream without necessarily causing a call to the underlying system for each byte written.

InputStreamReader & OutputStreamWriter

An InputStreamReader is a bridge from byte streams to character streams.

It reads bytes and decodes them into characters.

An OutputStreamWriter is a bridge from character streams to byte streams.

Characters written to it are encoded into bytes.


Follow me @
🌐 http://www.raviroza.com/
✍️ https://raviroza.wordpress.com/
✍️ https://raviroza.blogspot.com/
✍️   / ravi.oza.it  
✍️   / raviozait  

📹    / ravioza101  

#RaviROza #Jdk #Java #Gujarati