Apache Log4cxx
Version 1.3.0
|
Abstract class for reading from character streams. More...
#include <inputstream.h>
Public Member Functions | |
virtual int | read (ByteBuffer &dst)=0 |
Reads a sequence of bytes into the given buffer. | |
virtual void | close ()=0 |
Closes this input stream and releases any system resources associated with the stream. | |
Public Member Functions inherited from log4cxx::helpers::Object | |
virtual | ~Object () |
virtual const helpers::Class & | getClass () const =0 |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
Protected Member Functions | |
InputStream () | |
virtual | ~InputStream () |
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 log4cxx::helpers::ByteArrayInputStream, and log4cxx::helpers::FileInputStream.
|
pure virtual |
Reads a sequence of bytes into the given buffer.
dst | The buffer into which bytes are to be transferred. |
Implemented in log4cxx::helpers::ByteArrayInputStream, and log4cxx::helpers::FileInputStream.