DCL 4.0
|
#include <XFileOutputStream.h>
Protected Attributes | |
Thread::Mutex | __lock |
Protected Attributes inherited from FileOutputStream | |
File * | __file |
bool | __closeDestroy |
byte_t * | __buf |
size_t | __bufSize |
size_t | __dataSize |
Additional Inherited Members | |
Public Member Functions inherited from Object | |
virtual String | toString () const |
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 FileOutputStream | |
void | init (File *_pFile) __DCL_THROWS1(IOException *) |
Protected Member Functions inherited from Object | |
virtual | ~Object () |
Object () |
FileOutputStream의 다중스레드 동기화 버전이다.
Definition at line 22 of file XFileOutputStream.h.
|
protected |
Definition at line 49 of file XFileOutputStream.h.