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

    Class ByteReaderAbstract

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    alignment: Alignment
    bufferView: DataView
    context: any
    currentByte: number = 0
    fileBuffer: ArrayBufferLike
    handledByte: number = 0
    maxByte: number = 0

    Methods

    • Resets the reader on the given arraybuffer to start from the beginning.

      Parameters

      • newFileBuffer: ArrayBufferLike

        the new array buffer to be read.

      Returns void