ReadBytes

ReadBytes(byte[], int, long, long)

从流中读取字节值数组。

public long ReadBytes(byte[] array, int arrayIndex, long position, long count)
范围类型描述
arrayByte[]要填充的数组。
arrayIndexInt32开始将值放入的数组索引。
positionInt64要读取的流位置。
countInt64元素计数阅读。

返回值

字节值数组。

也可以看看


ReadBytes(long, long)

从流中读取一组无符号字节值。

public byte[] ReadBytes(long position, long count)
范围类型描述
positionInt64要读取的位置。
countInt64元素计数。

返回值

无符号字节值数组。

也可以看看