Package java.io

Class InputStreamReader

extends ReaderObject

An InputStreamReader is s bridge from byte stream to character streams: It reads bytes and translates them into characters according to a specified character encoding. The encoding that is uses may be specified by name, or the default encoding may be accepted.

Each invocation of one of an InputStreamReader's read methods may cause one or more bytes to be read from the underlaying byte input stream. To enable the efficient conversion of a bytes to characters, more bytes may be read ahead from the underlaying stream than are necessary to satisfy the current read operation.

Only utf8 is supported by an iLCD panelJoC board.

Public Constructors

Public Methods

Methods inherited from java.io.Reader

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_