18 #ifndef _LOG4CXX_HELPERS_INPUTSTREAMREADER_H 19 #define _LOG4CXX_HELPERS_INPUTSTREAMREADER_H 21 #include <log4cxx/helpers/reader.h> 22 #include <log4cxx/helpers/inputstream.h> 23 #include <log4cxx/helpers/charsetdecoder.h> 40 CharsetDecoderPtr dec;
44 BEGIN_LOG4CXX_CAST_MAP()
46 LOG4CXX_CAST_ENTRY_CHAIN(
Reader)
47 END_LOG4CXX_CAST_MAP()
71 virtual void close(
Pool& p);
77 virtual LogString read(
Pool& p);
82 LogString getEncoding()
const;
95 #endif //_LOG4CXX_HELPERS_INPUTSTREAMREADER_H
Abstract class for reading from character streams.
Definition: reader.h:33
Definition: appender.h:33