Method ReadBytes
ReadBytes(Int64, Byte[], Int32, Int32)
Reads bytes bytes out of the pool starting at the given offset with the given
length into the given byte array at offset off
.
Note: this method allows to copy across block boundaries.
Declaration
public void ReadBytes(long offset, byte[] bytes, int off, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | offset | |
System.Byte[] | bytes | |
System.Int32 | off | |
System.Int32 | length |