메소드 | 설명 | |
---|---|---|
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 |