Binary Raw - Docs
    Preparing search index...

    Interface HexRow

    Describes a hex-view row ready for rendering.

    interface HexRow {
        bytes: Uint8Array;
        offset: number;
    }
    Index

    Properties

    Properties

    bytes: Uint8Array

    Array of up to cols bytes

    offset: number

    Absolute offset of the first byte in the row