![]() | InDesign SDK 20.5 |

Public Member Functions | |
| ASCIIFileWriter (IPMUnknown *boss) | |
| virtual | ~ASCIIFileWriter (void) |
| virtual int32 | WriteTextCharBuffer (IPMStream *stream, const textchar *tcbuf, const int32 bufSize) |
Public Member Functions inherited from CTxtExpFileWriter | |
| CTxtExpFileWriter (IPMUnknown *boss, uint8 script=-1) | |
| virtual | ~CTxtExpFileWriter (void) |
Public Member Functions inherited from CPMUnknown< ITxtExpFileWriter > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ITxtExpFileWriter | |
| enum | Encoding { kTxtExpEncodingInvalid = -1, kTxtExpEncodingASCII, kTxtExpEncodingUNICODE, kTxtExpEncodingShiftJIS, kTxtExpEncodingJIS, kTxtExpEncodingEUC } |
| enum | { kDefaultIID = IID_ITXTEXPFILEWRITER } |
Protected Member Functions inherited from CPMUnknown< ITxtExpFileWriter > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ITxtExpFileWriter > | |
| HelperInterface | fHelperInterface |
ASCIIFileWriter Implements ITxtExpFileWriter for ASCII encoded files.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * ASCIIFileWriter::ASCIIFileWriter | ( | IPMUnknown * | boss | ) |
Constructor
| virtual |
Destructor
| virtual |
Writes the textchar data to the given file stream.
| stream | Stream to write to. |
| tcbuf | Pointer to a buffer of textchars to write. |
| bufSize | Number of textchars to write. |
Reimplemented from CTxtExpFileWriter.