mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-05 22:01:33 +00:00
[PR #31] [MERGED] ISO 9660 Extraction #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/31
Author: @Deterous
Created: 10/30/2025
Status: ✅ Merged
Merged: 10/30/2025
Merged by: @mnadareski
Base:
main← Head:main📝 Commits (4)
6c6e25cISO9660 Extractiona8746edFix buildee239c6Decode strings in Printer2102e65Double comment📊 Changes
6 files changed (+298 additions, -105 deletions)
View changed files
📝
SabreTools.Serialization/Models/ISO9660/Volume.cs(+2 -1)📝
SabreTools.Serialization/Readers/ISO9660.cs(+83 -64)📝
SabreTools.Serialization/Wrappers/ISO9660.Extraction.cs(+150 -4)📝
SabreTools.Serialization/Wrappers/ISO9660.Printing.cs(+58 -34)📝
SabreTools.Serialization/Wrappers/ISO9660.cs(+4 -1)📝
SabreTools.Serialization/Wrappers/WrapperBase.cs(+1 -1)📄 Description
Supports extraction of ISO 9660 files and directory structure.
Minimal text decoding support, with some decoding in Printers. More work needed there.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.