| Package | Description |
|---|---|
| java.io |
| Modifier and Type | Class and Description |
|---|---|
class |
InputStreamReader
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and
decodes them into characters using a specified
charset. |