Method | Description | |
---|---|---|
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 ReadString ( this stream ) : string | ||
stream | this | |
return | string |
public static ReadUInt ( this stream ) : uint | ||
stream | this | |
return | uint |
public static Write ( this stream, int val ) : void | ||
stream | this | |
val | int | |
return | void |
public static Write ( this stream, uint val ) : void | ||
stream | this | |
val | uint | |
return | void |
public static WriteString ( this stream, string val ) : void | ||
stream | this | |
val | string | |
return | void |