Property | Type | Description | |
---|---|---|---|
CheckHeadder | void | ||
FindIdent | string | ||
Init | void | ||
PlainTextWriter | System |
Method | Description | |
---|---|---|
AsyncWriteToFile ( string filename ) : System.Threading.Tasks.Task | ||
Clear ( ) : void | ||
ClearLine ( ) : void | ||
Flush ( ) : void |
Flushes the buffer to the streams.
|
|
GetStringBuilder ( ) : StringBuilder | ||
PlainTextWriter ( Stream stream, |
||
PlainTextWriter ( |
||
PlainTextWriter ( string filename, |
||
PrintTabStops ( ) : void | ||
ToString ( ) : string | ||
Write ( char c ) : void | ||
WriteLine ( ) : void | ||
WriteToFile ( string filename ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckHeadder ( ) : void | ||
FindIdent ( int count ) : string | ||
Init ( |
||
PlainTextWriter ( ) : System |
public AsyncWriteToFile ( string filename ) : System.Threading.Tasks.Task | ||
filename | string | |
return | System.Threading.Tasks.Task |
public PlainTextWriter ( Stream stream, |
||
stream | Stream | |
encoding | ||
return | System |
public PlainTextWriter ( |
||
writer | ||
return | System |
public PlainTextWriter ( string filename, |
||
filename | string | |
encoding | ||
return | System |
public WriteToFile ( string filename ) : void | ||
filename | string | |
return | void |