InputStreamReader Class Reference
Class for reading from character streams.
More...
Inherits log4cxx::helpers::Reader.
List of all members.
Detailed Description
Class for reading from character streams.
Decorates a byte based InputStream and provides appropriate conversion to characters.
Constructor & Destructor Documentation
Creates an InputStreamReader that uses the default charset.
- Parameters:
-
| in | The input stream to decorate. |
Creates an InputStreamReader that uses the given charset decoder.
- Parameters:
-
| in | The input stream to decorate. |
| enc | The charset decoder to use for the conversion. |
Member Function Documentation
virtual void close |
( |
Pool & |
p |
) |
[virtual] |
Closes the stream.
- Parameters:
-
| p | The memory pool associated with the reader. |
Implements Reader.
- Returns:
- The name of the character encoding being used by this stream.
- Returns:
- The complete stream contents as a LogString.
- Parameters:
-
| p | The memory pool associated with the reader. |
Implements Reader.
The documentation for this class was generated from the following file: