|
Apache log4cxx
Version 0.10.0
|
Abstract class for reading from character streams. More...
Public Member Functions | |
| virtual int | read (ByteBuffer &dst)=0 |
| Reads a sequence of bytes into the given buffer. More... | |
| virtual void | close ()=0 |
| Closes this input stream and releases any system resources associated with the stream. More... | |
Public Member Functions inherited from ObjectImpl | |
| ObjectImpl () | |
| virtual | ~ObjectImpl () |
| void | addRef () const |
| void | releaseRef () const |
Public Member Functions inherited from Object | |
| virtual const helpers::Class & | getClass () const |
| virtual | ~Object () |
| virtual bool | instanceof (const Class &clazz) const =0 |
| virtual const void * | cast (const Class &clazz) const =0 |
Protected Member Functions | |
| InputStream () | |
| virtual | ~InputStream () |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
Protected Attributes inherited from ObjectImpl | |
| unsigned int volatile | ref |
Abstract class for reading from character streams.
|
protected |
|
protectedvirtual |
|
pure virtual |
Closes this input stream and releases any system resources associated with the stream.
Implemented in FileInputStream, and ByteArrayInputStream.
|
pure virtual |
Reads a sequence of bytes into the given buffer.
| dst | The buffer into which bytes are to be transferred. |
Implemented in FileInputStream, and ByteArrayInputStream.