Method | Description | |
---|---|---|
ReadEncodedString ( this stream ) : string | ||
ReadEncodedStringBuffer ( this stream ) : byte[] | ||
ReadEncodedStringW ( this stream ) : string | ||
ReadValueEncodedS32 ( this stream ) : int | ||
WriteEncodedString ( this stream, string value ) : void | ||
WriteEncodedStringBuffer ( this stream, byte value ) : void | ||
WriteValueEncodedS32 ( this stream, int value ) : void |
public static ReadEncodedString ( this stream ) : string | ||
stream | this | |
return | string |
public static ReadEncodedStringBuffer ( this stream ) : byte[] | ||
stream | this | |
return | byte[] |
public static ReadEncodedStringW ( this stream ) : string | ||
stream | this | |
return | string |
public static ReadValueEncodedS32 ( this stream ) : int | ||
stream | this | |
return | int |
public static WriteEncodedString ( this stream, string value ) : void | ||
stream | this | |
value | string | |
return | void |
public static WriteEncodedStringBuffer ( this stream, byte value ) : void | ||
stream | this | |
value | byte | |
return | void |
public static WriteValueEncodedS32 ( this stream, int value ) : void | ||
stream | this | |
value | int | |
return | void |