[PR #31] [MERGED] ISO 9660 Extraction #59

Open
opened 2026-01-29 21:16:49 +00:00 by claunia · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/SabreTools.Serialization/pull/31 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`6c6e25c`](https://github.com/SabreTools/SabreTools.Serialization/commit/6c6e25cdb006136d969b21084c0bb5b1f7594be9) ISO9660 Extraction - [`a8746ed`](https://github.com/SabreTools/SabreTools.Serialization/commit/a8746eda7c943cab30419b0f48dad3142b5bcf6e) Fix build - [`ee239c6`](https://github.com/SabreTools/SabreTools.Serialization/commit/ee239c6fcc08bc961ae581785a4b554200be25be) Decode strings in Printer - [`2102e65`](https://github.com/SabreTools/SabreTools.Serialization/commit/2102e655222b80b3bb00cb8370e5991f4cbe782c) Double comment ### 📊 Changes **6 files changed** (+298 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Supports extraction of ISO 9660 files and directory structure. Minimal text decoding support, with some decoding in Printers. More work needed there. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 21:16:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#59