Package | Description |
---|---|
java.io |
Provides classes for input and output through data streams.
|
Modifier and Type | Class and Description |
---|---|
class |
InputStreamReader
An InputStreamReader is a bridge from byte streams to character streams:
It reads bytes and translates them into characters.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.