What is the use of input streamreader?Give an example?
Answers
Answered by
2
Answer:
The InputStreamReader class of the java.io package can be used to convert data in bytes into data in characters. It extends the abstract class Reader . The InputStreamReader class works with other input streams. It is also known as a bridge between byte streams and character streams.
Explanation:
HAPPY LEARNING ☺️
Answered by
0
The InputStreamReader class of the java.io package can be used to convert data in bytes into data in characters. It extends the abstract class Reader . The InputStreamReader class works with other input streams. It is also known as a bridge between byte streams and character streams.
hope it helps ☺
Similar questions