Method | Description | |
---|---|---|
Read7BitLongValue ( this s ) : ulong | ||
Read7BitValue ( this s ) : uint | ||
Read7BitValue ( this buffer, int offset ) : uint | ||
ReadUInt ( this s ) : uint | ||
ReadUInt ( this buffer, int offset ) : uint | ||
ReadUShort ( this s ) : ushort | ||
ReadUShort ( this buffer, int offset ) : ushort | ||
Write ( this buffer, int offset, string value ) : void | ||
Write ( this buffer, int offset, uint value ) : void | ||
Write ( this buffer, int offset, ulong value ) : void | ||
Write ( this buffer, int offset, ushort value ) : void | ||
Write ( this s, string str ) : void | ||
Write ( this s, uint value ) : void | ||
Write ( this s, ushort value ) : void | ||
Write24 ( this s, uint value ) : void | ||
WriteLittleEndian ( this s, uint value ) : void |
public static Read7BitLongValue ( this s ) : ulong | ||
s | this | |
return | ulong |
public static Read7BitValue ( this s ) : uint | ||
s | this | |
return | uint |
public static Read7BitValue ( this buffer, int offset ) : uint | ||
buffer | this | |
offset | int | |
return | uint |
public static ReadUInt ( this buffer, int offset ) : uint | ||
buffer | this | |
offset | int | |
return | uint |
public static ReadUShort ( this buffer, int offset ) : ushort | ||
buffer | this | |
offset | int | |
return | ushort |
public static Write ( this buffer, int offset, string value ) : void | ||
buffer | this | |
offset | int | |
value | string | |
return | void |
public static Write ( this buffer, int offset, uint value ) : void | ||
buffer | this | |
offset | int | |
value | uint | |
return | void |
public static Write ( this buffer, int offset, ulong value ) : void | ||
buffer | this | |
offset | int | |
value | ulong | |
return | void |
public static Write ( this buffer, int offset, ushort value ) : void | ||
buffer | this | |
offset | int | |
value | ushort | |
return | void |
public static Write ( this s, string str ) : void | ||
s | this | |
str | string | |
return | void |
public static Write ( this s, uint value ) : void | ||
s | this | |
value | uint | |
return | void |
public static Write ( this s, ushort value ) : void | ||
s | this | |
value | ushort | |
return | void |
public static Write24 ( this s, uint value ) : void | ||
s | this | |
value | uint | |
return | void |
public static WriteLittleEndian ( this s, uint value ) : void | ||
s | this | |
value | uint | |
return | void |