DataReaderExtensionsReadBytes Method |
| Name | Description | |
|---|---|---|
| ReadBytes(IDataReader, ArraySegmentByte) |
Reads a number of bytes from the current position in the buffer.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(IDataReader, Int32) |
Reads a number of bytes from the current position in the buffer.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(IDataReader, IDataWriter, Int32) |
Reads a number of bytes from the current position in the buffer.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(IDataReader, ArraySegmentByte, Int32, Int32) |
Reads a number of bytes from the current position in the buffer.
The current position is advanced by the number of bytes read.
| |
| ReadBytes(IDataReader, Byte, Int32, Int32) |
Reads a number of bytes from the current position in the buffer.
The current position is advanced by the number of bytes read.
|