writer class
Description
Provides the function to output to the text file.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.Reader.dll.
The dll file is in the dlls directory in the Cooker's distribution archive.
DLL
Rtype.Reader.dll
fitter
Signature | Description |
writer() | Get a new instance of writer class. |
writer(string) | Gets a new instance of writer class which is initialized with the file path. |
writer(string,bool) | Gets a new instance of writer class which is initialized with the file path and writing mode. |
writer(string,bool,bool) | Gets a new instance of writer class which is initialized with the file path, writing mode, and specifying the presence of the byte order mark(BOM). |
writer(string,bool,string) | Gets a new instance of writer class which is initialized with the file path, writing mode, and encoding. |
writer(string,string) | Gets a new instance of writer class which is initialized with the file path and encoding. |
getter
Signature | Description |
AutoFlush | Gets a value that indicates whether will flush the buffer after every call to StreamWriter.Write. |
Fitted | Gets a value that indicates whether this instance was already initialized. |
NewLine | Gets the line terminator string that are used in the WriteLine method. |
TypeName | Gets the type name. |
setter
Signature | Description |
AutoFlush(bool) | Sets a value that indicates whether will flush the buffer after every call to writing method. |
NewLine(string) | Sets the line terminator string that are used in the WriteLine method. |
method
Signature | Description |
Flush() | Clears all buffers, and all buffered data to be written. |
Release() | Release the unmanaged resources that are used in the writer. |
Write(string) | Writes a string to the writer. |
WriteLine() | Writes a line terminator string to the writer. |
WriteLine(string) | Writes the string and the line terminator string. |
Downloads for latest version.
Downloads the writer and reader class ver 1.0.0.2 for Any CPU.
Downloads the writer and reader class ver 1.0.0.2 for x86.
Downloads the writer and reader class ver 1.0.0.2 for x64.
Downloads the source of writer and reader class ver 1.0.0.2.
The above .dll and source files are distributed as a self-extracting archive of 7z format.