#include <IFileWriter.h>
Inheritance diagram for mx::IFileWriter:
Public Member Functions | |
virtual void | writeSingleConcatenatedFile ()=0 |
Tells the writer to produce a single file. | |
virtual void | setSegmentSeparator (const mxmString &separator)=0 |
Sets the separator string for concatenated write mode, see writeSingleConcatenatedFile(). | |
virtual void | writeIndividualFiles (int num)=0 |
Tells the writer to produce individual files for the stream segments. |
In the multiple file case, each stream segment is written to a new, individual file. The files are automatically numbered.
[khe]
Kai Hergenroether
|
Tells the writer to produce individual files for the stream segments.
Implemented in mx::FileWriter. |
|
Tells the writer to produce a single file. This is the default behavior. If set via setSegmentSeparator(), subsequent stream segments will be separated by a separator string. Implemented in mx::FileWriter. |