Binary Raw - Docs
    Preparing search index...

    Interface ByteRange

    Represents a contiguous range of bytes in a binary file (inclusive bounds).

    interface ByteRange {
        end: AbsoluteOffset;
        length: ByteCount;
        start: AbsoluteOffset;
    }
    Index

    Properties

    Properties

    The ending offset (inclusive).

    length: ByteCount

    The number of bytes in the range.

    The starting offset (inclusive).