메소드 | 설명 | |
---|---|---|
GetInt ( this stream ) : int | ||
GetString ( this stream ) : string | ||
WriteInt ( this stream, int n ) : void | ||
WriteString ( this stream, string s ) : void |
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 |