eolib - v2.0.1
    Preparing search index...

    Data associated with fileType value FileType.Enf

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get byteSize(): number

      Returns the size of the data that this was deserialized from.

      Returns number

      The size of the data that this was deserialized from

    • get fileId(): number

      Returns number

      • Value range is 0-252
    • set fileId(fileId: number): void

      Parameters

      • fileId: number

      Returns void

      • Value range is 0-252

    Methods

    • Deserializes an instance of FileTypeDataEnf from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns FileTypeDataEnf

      The deserialized data

    • Serializes an instance of FileTypeDataEnf to the provided EoWriter.

      Parameters

      Returns void