wagrenier / PssMux

Mux For PS2's Video File Format
GNU General Public License v3.0
12 stars 0 forks source link

Use System.IO.Stream Instead of Custom ArrayAsStream #2

Open wagrenier opened 2 years ago

wagrenier commented 2 years ago

When I first made the PssMux I did not know that you could convert memory values into an IO Stream. The app should be recoded using that only.