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