maxton / GameArchives

A C# library for reading several video game archive formats, and a sample file explorer.
GNU Lesser General Public License v3.0
95 stars 20 forks source link

Corrected code to avoid stream conflict #9

Closed PikminGuts92 closed 7 years ago

PikminGuts92 commented 7 years ago

The previous release would throw an exception when calling arkFile.GetStream() while using tmpStream. This new code passes tmpStream and leaves it open when appropriate.

archiveexplorer_2017-03-26_06-46-19

maxton commented 7 years ago

Nice. Maybe next time I shouldn't be coding at 5am