@etothepii/satisfactory-file-parser
    Preparing search index...

    Interface BinaryOperable

    Describes the ability to operate bytes with the help of some sort of buffer.

    interface BinaryOperable {
        alignment: Alignment;
        getBufferLength: () => number;
        getBufferPosition: () => number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alignment: Alignment
    getBufferLength: () => number
    getBufferPosition: () => number