dgets / RAS

Recursive Archive Scanner
1 stars 0 forks source link

Modify getEntryHash() for modularity #13

Open dgets opened 6 years ago

dgets commented 6 years ago

Method needs to be modified to accept a flag telling it whether or not to create the archive structure as it populates entryHash. This will allow it to be called from unroll(), saving a large amount of duplicated code. A renaming may be in order after this point.