Computer Science, asked by ishaansingh9752, 1 year ago

what is the meaning of InputStreamReader class in java

Answers

Answered by Zisha7
4

Answer:

Java.io. InputStreamReader class. An InputStreamReader is a bridge from byte stream to character stream.It reads bytes and decodes them into characters using a specified charset. The charset that is uses may be specified by name or may be given explicitly, or the platform's default charset may be accepted.

Similar questions