DataHandler<(Of <(<'T>)>)>..::..Read Method
Overload List
Name | Description | |
---|---|---|
Read(array<Byte>[]()[][], Int32%) |
Reads data of type T from a buffer at a specified offset.
|
|
Read(array<Byte>[]()[][], Int32%, Type) |
Reads data of a specified type from a buffer at a specified offset.
|
|
Read<(Of <<'(E>)>>)(array<Byte>[]()[][], Int32%) |
Reads data of type E from a buffer at a specified offset.
|
|
Read<(Of <<'(E>)>>)(array<Byte>[]()[][], Int32%, Type) |
Reads data of type E from a buffer at a specified offset, using a specified data type.
|