BizHawk/ExternalProjects/iso-parser
YoshiRulz 479f151bbb
Fix code style warnings in satellite .NET projects
2024-07-07 12:54:11 +10:00
..
.gitignore Move some .gitignore entries to nested dirs 2023-04-19 15:59:34 +10:00
EndianBitConverter.cs Move CDFS (iso-parser) to new external project, update upstream info 2021-01-02 17:34:13 +10:00
ISODirectoryNode.cs Move CDFS (iso-parser) to new external project, update upstream info 2021-01-02 17:34:13 +10:00
ISOFile.cs Apply `<GenerateDocumentationFile/>` to satellite .NET projects 2024-05-30 09:22:17 +10:00
ISOFileNode.cs Move CDFS (iso-parser) to new external project, update upstream info 2021-01-02 17:34:13 +10:00
ISONode.cs Move CDFS (iso-parser) to new external project, update upstream info 2021-01-02 17:34:13 +10:00
ISONodeRecord.cs Mute code style warnings in iso-parser 2023-11-24 05:28:41 +00:00
ISOParser.csproj Fix code style warnings in satellite .NET projects 2024-07-07 12:54:11 +10:00
ISOVolumeDescriptor.cs Move CDFS (iso-parser) to new external project, update upstream info 2021-01-02 17:34:13 +10:00
LICENSE.md Move CDFS (iso-parser) to new external project, update upstream info 2021-01-02 17:34:13 +10:00
README.md Move CDFS (iso-parser) to new external project, update upstream info 2021-01-02 17:34:13 +10:00
build_debug.sh Clean up project files of external .NET projects 2022-09-30 08:51:57 +10:00
build_release.sh Clean up project files of external .NET projects 2022-09-30 08:51:57 +10:00

README.md

A C# library for parsing ISO9660 format disk images

Modified copy of iso-parser, archived from Google Code, licensed under the MIT License by Craig Prince. See LICENSE.md for the full text.

The repo description from the Google Code Archive follows.


The purpose of this class library is to allow the parsing of ISO9660 format disk images and navigating the file system present in the image.

The result is the ability to find the sector offset and length of file data within the disk image so that the file data can be read easily from that image.

NOTE: We do not currently support any of the extensions to the ISO format, such as Joliet; nor does this code support other image formats, such as UDF.