DCL 4.0
|
#include <FileOutputStream.h>
Protected Member Functions | |
void | init (File *_pFile) __DCL_THROWS1(IOException *) |
Protected Member Functions inherited from Object | |
virtual | ~Object () |
Object () |
Protected Attributes | |
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 |
파일에 바이트 스트림을 출력한다. UNIX 운영체제에서 파일이 블록 장치이면 블록의 크기 단위로 버퍼링을 하여 출력하고, 그 외에는 4096바이트 단위로 버퍼링을 한다.
Definition at line 23 of file FileOutputStream.h.
|
protected |
블록장치 여부를 확인하고, 출력버퍼의 크기를 설정한다.
Definition at line 48 of file FileOutputStream.cpp.
|
protected |
Definition at line 106 of file FileOutputStream.h.
|
protected |
Definition at line 107 of file FileOutputStream.h.
|
protected |
Definition at line 104 of file FileOutputStream.h.
|
protected |
Definition at line 108 of file FileOutputStream.h.
|
protected |
Definition at line 103 of file FileOutputStream.h.