DCL 3.7.4
Loading...
Searching...
No Matches
FileReader.h
Go to the documentation of this file.
1#ifndef __DCL_FILE_READER_H__
2#define __DCL_FILE_READER_H__ 20110205
3
4#ifndef __DCL_FILE_INPUT_STREAM_H__
6#endif
7#ifndef __DCL_INPUT_STREAM_READER_H__
9#endif
10
11__DCL_BEGIN_NAMESPACE
12
23class DCLCAPI FileReader : public InputStreamReader
24{
25 DECLARE_CLASSINFO(FileReader)
26public:
34 FileReader(
35 const String& _path,
38
46 FileReader(
47 File& __noclose__ _file,
50
58 FileReader(
59 File::HandleType __noclose__ _handle,
62};
63
64__DCL_END_NAMESPACE
65
66#endif // __DCL_FILE_READER_H__
#define NULL
Definition Config.h:312
#define __destroy__
Definition Config.h:334
#define DCLCAPI
Definition Config.h:95
#define __noclose__
Definition Config.h:331
#define __DCL_THROWS1(e)
Definition Config.h:152
#define DECLARE_CLASSINFO(class_name)
Definition Object.h:227
Definition File.h:42
InputStreamReader(InputStream &__noclose__ _input, CharsetDecoder &_decoder)