|
DCL 4.1
|
#include <FileInputStream.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 |
| const byte_t * | __cacheStart |
| size_t | __cacheSize |
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 |
파일로부터 바이트 스트림을 읽는다. 파일이 블록 장치이면 블록의 크기 단위로 입력 버퍼가 설정된다.
Definition at line 22 of file FileInputStream.h.
|
protected |
|
protected |
Definition at line 55 of file FileInputStream.cpp.
|
protected |
Definition at line 103 of file FileInputStream.h.
|
protected |
Definition at line 104 of file FileInputStream.h.
|
protected |
Definition at line 106 of file FileInputStream.h.
|
protected |
Definition at line 105 of file FileInputStream.h.
|
protected |
Definition at line 101 of file FileInputStream.h.
|
protected |
Definition at line 100 of file FileInputStream.h.