Deprecated. Please use IsoFS.Create() method instead.
Constructs a read-only file system from the given ISO.
Protected
Optional
Internal
_mountThe last place this file system was mounted
Readonly
attributesProtected
dataReadonly
idA unique ID for this kind of file system. Currently unused internally, but could be used for partition tables or something
Optional
labelReadonly
nameThe name for this file system. For example, tmpfs for an in memory one
Create the file at path
with the given options. Then, open it with flag
.
Create the file at path
with the given options. Then, open it with flag
.
Abstract
openAbstract
readReads into a buffer
The buffer to read into. You must set the byteOffset
and byteLength
appropriately!
The offset into the file to start reading from
The position in the file to stop reading
Abstract
readdirReads into a buffer
The buffer to read into. You must set the byteOffset
and byteLength
appropriately!
The offset into the file to start reading from
The position in the file to stop reading
Abstract
statOptional
data: Uint8ArrayOptional
stats: Readonly<Partial<StatsLike>>Optional
data: Uint8ArrayOptional
stats: Readonly<Partial<StatsLike>>Writes a buffer to a file
The buffer to write. You must set the byteOffset
and byteLength
appropriately!
The offset in the file to start writing
Writes a buffer to a file
The buffer to write. You must set the byteOffset
and byteLength
appropriately!
The offset in the file to start writing
Mounts an ISO file as a read-only file system.
Supports: