Method | Description | |
---|---|---|
CopyBlock ( byte bytes, int offset, int length ) : byte[] | ||
Read ( byte bytes, int &offset, int length ) : int | ||
Read ( ulong &x, int length ) : int | ||
Write ( ulong &x, int length, int value ) : void |
public static CopyBlock ( byte bytes, int offset, int length ) : byte[] | ||
bytes | byte | |
offset | int | |
length | int | |
return | byte[] |
public static Read ( byte bytes, int &offset, int length ) : int | ||
bytes | byte | |
offset | int | |
length | int | |
return | int |
public static Read ( ulong &x, int length ) : int | ||
x | ulong | |
length | int | |
return | int |
public static Write ( ulong &x, int length, int value ) : void | ||
x | ulong | |
length | int | |
value | int | |
return | void |