Reads length chars from the current stream into a char array and advances the current position by length chars.
A char array containing data read from the underlying stream. This might be less than the number of chars requested if the end of the stream is reached.
BinaryReaderEx Class | EF.Tools Namespace