spice-labs-inc / goatrodeo

Apache License 2.0
1 stars 2 forks source link

#26 - Partially completed ISO support #31

Closed dpp closed 2 days ago

dpp commented 1 week ago

💻 Description of Change(s) (w/ context)

Refactored FileWalker to separate the file walking functions (Zip, Apache Commons, now ISO) into separate methods

Added substantial documentation

🧠 Rationale Behind Change(s)

We will need to support a lot of different file container (Zip, TAR, ISO, etc.) types going forward. This refactor is the first step and it adds support for ISO files

📝 Test Plan

There need to be the following things added to this branch before it's complete:

📜 Documentation

Added substantial documentation

💣 Quality Control

(All items must be checked before a PR is merged) Did you…

Before Merging…