Метод | Описание | |
---|---|---|
GetInt ( this stream ) : int | ||
GetString ( this stream ) : string | ||
WriteInt ( this stream, int n ) : void | ||
WriteString ( this stream, string s ) : void |
public static GetInt ( this stream ) : int | ||
stream | this | |
Результат | int |
public static GetString ( this stream ) : string | ||
stream | this | |
Результат | string |
public static WriteInt ( this stream, int n ) : void | ||
stream | this | |
n | int | |
Результат | void |
public static WriteString ( this stream, string s ) : void | ||
stream | this | |
s | string | |
Результат | void |