DataHandler<(Of <(<'T>)>)> Methods
Methods
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.
|
|
Write(T, array<Byte>[]()[][]%, Int32%) |
Writes data of type T to a buffer at a specified offset.
|
|
Write(Object, array<Byte>[]()[][]%, Int32%, Type) |
Writes data of a specified type to a buffer at a specified offset.
|