Read the longest contiguous chunk starting at Offset without copying.
Declared in <llvm/Support/BinaryByteStream.h>
virtual
Error
readLongestContiguousChunk(
uint64_t Offset,
ArrayRef<uint8_t>& Buffer) override;
Error::success() on success, or an error if Offset is invalid.
| Name | Description |
|---|---|
| Offset | Byte offset into the stream at which to begin reading. |
| Buffer | Set to the remaining contiguous bytes from Offset. |