Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
/isoPublic archive

ZenFS backend for ISO files

License

NotificationsYou must be signed in to change notification settings

zen-fs/iso

Repository files navigation

ZenFSiso Backend

ZenFS backend foriso files.

Please read the ZenFS core documentation!

Backend

This package adds theIso backend, which allows you to create areadonly file system from a.iso file.

For more information, see theAPI documentation.

Installing

npm install @zenfs/iso

Usage

import{configure,fs}from'@zenfs/core';import{Iso}from'@zenfs/iso';constres=awaitfetch('http://example.com/image.iso');awaitconfigure({mounts:{'/mnt/iso':{backend:Iso,data:newUint8Array(awaitres.arrayBuffer())},},});constcontents=fs.readFileSync('/mnt/iso/in-image.txt','utf-8');console.log(contents);

Note

This implementation uses information on the ISO 9660 / ECMA 119 format/standard from:

About

ZenFS backend for ISO files

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

[8]ページ先頭

©2009-2025 Movatter.jp