Click or drag to resize

DataReaderExtensionsReadBytes Method

Overload List
  NameDescription
Public methodStatic memberReadBytes(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.
Public methodStatic memberReadBytes(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.
Public methodStatic memberReadBytes(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.
Public methodStatic memberReadBytes(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.
Public methodStatic memberReadBytes(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.
Top
See Also