|
DCL 4.1
|
#include <XOutputStreamWriter.h>
Protected Attributes | |
| Thread::Mutex | __lock |
| Protected Attributes inherited from OutputStreamWriter | |
| OutputStream * | __output |
| CharsetEncoder * | __encoder |
| bool | __closeDestroy |
Additional Inherited Members | |
| Public Member Functions inherited from OutputStreamWriter | |
| virtual String | toString () const |
| OutputStreamWriter (OutputStream &__noclose__ _output, CharsetEncoder &_encoder) | |
| OutputStreamWriter (OutputStream *__destroy__ _pOutput, CharsetEncoder *__destroy__ _pEncoder=NULL) | |
| virtual | ~OutputStreamWriter () |
| Public Member Functions inherited from Object | |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
OutputStreamWriter의 다중스레드 동기화 버전이다.
Definition at line 23 of file XOutputStreamWriter.h.
|
protected |
Definition at line 50 of file XOutputStreamWriter.h.