Overload List
Overload 1: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, Byte[] Values, Int32 ValuesIndex, Int64 NumBytes)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | Byte[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 |
Result: stored in self (calling object)
Overload 2: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, Double[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | Double[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 | |
| 6 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 3: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, Int16[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | Int16[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 | |
| 6 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 4: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, Int32[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | Int32[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 | |
| 6 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 5: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, SByte[] Values, Int32 ValuesIndex, Int64 NumBytes)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | SByte[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 |
Result: stored in self (calling object)
Overload 6: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, Single[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | Single[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 | |
| 6 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 7: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, UInt16[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | UInt16[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 | |
| 6 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 8: void ReadFromStream(Byte[] SrcStream, Int32 StreamIndex, UInt32[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Byte[] | |
| 2 | StreamIndex | Int32 | |
| 3 | Values | UInt32[] | |
| 4 | ValuesIndex | Int32 | |
| 5 | NumBytes | Int64 | |
| 6 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 9: Int32 ReadFromStream(Stream SrcStream, Byte[] Values, Int32 ValuesIndex, Int64 NumBytes)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | Byte[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 |
Returns: Int32
Overload 10: Int32 ReadFromStream(Stream SrcStream, Double[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | Double[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Returns: Int32
Overload 11: Int32 ReadFromStream(Stream SrcStream, Int16[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | Int16[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Returns: Int32
Overload 12: Int32 ReadFromStream(Stream SrcStream, Int32[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | Int32[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Returns: Int32
Overload 13: Int32 ReadFromStream(Stream SrcStream, SByte[] Values, Int32 ValuesIndex, Int64 NumBytes)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | SByte[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 |
Returns: Int32
Overload 14: Int32 ReadFromStream(Stream SrcStream, Single[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | Single[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Returns: Int32
Overload 15: Int32 ReadFromStream(Stream SrcStream, UInt16[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | UInt16[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Returns: Int32
Overload 16: Int32 ReadFromStream(Stream SrcStream, UInt32[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Values | UInt32[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Returns: Int32
Overload 17: void ReadFromStream(IntPtr SrcStream, Byte[] Values, Int32 ValuesIndex, Int64 NumBytes)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | Byte[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 |
Result: stored in self (calling object)
Overload 18: void ReadFromStream(IntPtr SrcStream, Double[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | Double[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 19: void ReadFromStream(IntPtr SrcStream, Int16[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | Int16[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 20: void ReadFromStream(IntPtr SrcStream, Int32[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | Int32[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 21: void ReadFromStream(IntPtr SrcStream, SByte[] Values, Int32 ValuesIndex, Int64 NumBytes)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | SByte[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 |
Result: stored in self (calling object)
Overload 22: void ReadFromStream(IntPtr SrcStream, Single[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | Single[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 23: void ReadFromStream(IntPtr SrcStream, UInt16[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | UInt16[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Result: stored in self (calling object)
Overload 24: void ReadFromStream(IntPtr SrcStream, UInt32[] Values, Int32 ValuesIndex, Int64 NumBytes, TEndianness Endian)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | IntPtr | |
| 2 | Values | UInt32[] | |
| 3 | ValuesIndex | Int32 | |
| 4 | NumBytes | Int64 | |
| 5 | Endian | TEndianness |
Result: stored in self (calling object)