Method | Description | |
---|---|---|
Read32BitEncodedInt ( this stream ) : int | ||
Read7BitEncodedInt ( this stream ) : int | ||
ReadString ( this stream ) : string | ||
ReadZigZag7BitEncodedInt ( this stream ) : int | ||
Write32BitEncodedInt ( this stream, int value ) : void | ||
Write7BitEncodedInt ( this stream, int value ) : void | ||
WriteString ( this stream, string value ) : void | ||
WriteZigZag7BitEncodedInt ( this stream, int value ) : void |
public static Read32BitEncodedInt ( this stream ) : int | ||
stream | this | |
return | int |
public static Read7BitEncodedInt ( this stream ) : int | ||
stream | this | |
return | int |
public static ReadString ( this stream ) : string | ||
stream | this | |
return | string |
public static ReadZigZag7BitEncodedInt ( this stream ) : int | ||
stream | this | |
return | int |
public static Write32BitEncodedInt ( this stream, int value ) : void | ||
stream | this | |
value | int | |
return | void |
public static Write7BitEncodedInt ( this stream, int value ) : void | ||
stream | this | |
value | int | |
return | void |
public static WriteString ( this stream, string value ) : void | ||
stream | this | |
value | string | |
return | void |
public static WriteZigZag7BitEncodedInt ( this stream, int value ) : void | ||
stream | this | |
value | int | |
return | void |