메소드 | 설명 | |
---|---|---|
ReadInt ( this stream ) : int | ||
ReadString ( this stream ) : string | ||
ReadUInt ( this stream ) : uint | ||
Write ( this stream, int val ) : void | ||
Write ( this stream, uint val ) : void | ||
WriteString ( this stream, string val ) : void |
public static Write ( this stream, uint val ) : void | ||
stream | this | |
val | uint | |
리턴 | void |
public static WriteString ( this stream, string val ) : void | ||
stream | this | |
val | string | |
리턴 | void |