Метод | Описание | |
---|---|---|
UltraStreamWriter ( |
Creates a UltraStreamWriter around Stream
|
|
Write ( char value ) : void |
Writes the provided character to the stream
|
|
Write ( float value ) : void |
Writes the provided float to the stream
|
|
WriteLine ( ) : void |
Writes a NewLine to the stream
|
Метод | Описание | |
---|---|---|
Flush ( ) : void |
public UltraStreamWriter ( |
||
stream | The stream to wrap | |
Результат | System |
public Write ( char value ) : void | ||
value | char | the character to write. |
Результат | void |
public Write ( float value ) : void | ||
value | float | the value to write. |
Результат | void |