DataStream..::..Read Method
Overload List
Name | Description | |
---|---|---|
Read<(Of <<'(T>)>>)(Boolean) |
Reads data of type T from the buffer, with an option to rewind the buffer index before reading.
|
|
Read<(Of <<'(T>)>>)(Int32) |
Reads data of type T from the buffer at a specific offset.
|
|
Read<(Of <<'(T>)>>)(Type) |
Reads data of a specified type from the data buffer using a registered reader.
|