1#ifndef __DCL_FILE_WRITER_H__
2#define __DCL_FILE_WRITER_H__ 20110205
4#ifndef __DCL_FILE_OUTPUT_STREAM_H__
7#ifndef __DCL_OUTPUT_STREAM_WRITER_H__
39 const String& _path,
bool _truncate,
67inline FileWriter::FileWriter(
68 const String& _path,
bool _truncate,
75inline FileWriter::FileWriter(
83inline FileWriter::FileWriter(
#define DECLARE_CLASSINFO(class_name)
OutputStreamWriter(OutputStream &__noclose__ _output, CharsetEncoder &_encoder)