Method | Description | |
---|---|---|
GetInt ( this stream ) : int | ||
GetString ( this stream ) : string | ||
WriteInt ( this stream, int n ) : void | ||
WriteString ( this stream, string s ) : void |
public static GetString ( this stream ) : string | ||
stream | this | |
return | string |
public static WriteInt ( this stream, int n ) : void | ||
stream | this | |
n | int | |
return | void |
public static WriteString ( this stream, string s ) : void | ||
stream | this | |
s | string | |
return | void |