Interface IsoOptions

Options for IsoFS file system instances.

interface IsoOptions {
    data: Uint8Array;
    name?: string;
}

Properties

Properties

data: Uint8Array

The ISO file in a buffer.

name?: string

The name of the ISO (optional; used for debug messages / identification via metadata.name).

Generated using TypeDoc