Метод | Описание | |
---|---|---|
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 | |
Результат | string |
public static ReadEncodedStringBuffer ( this stream ) : byte[] | ||
stream | this | |
Результат | byte[] |
public static ReadEncodedStringW ( this stream ) : string | ||
stream | this | |
Результат | string |
public static ReadValueEncodedS32 ( this stream ) : int | ||
stream | this | |
Результат | int |
public static WriteEncodedString ( this stream, string value ) : void | ||
stream | this | |
value | string | |
Результат | void |
public static WriteEncodedStringBuffer ( this stream, byte value ) : void | ||
stream | this | |
value | byte | |
Результат | void |
public static WriteValueEncodedS32 ( this stream, int value ) : void | ||
stream | this | |
value | int | |
Результат | void |