You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a number of use cases where the TAR stream actually contains only a single file and I merely want to access the contents of this file without the TAR encoding / headers.
Accordingly, this project should provide a simple API to get access to a single file from the TAR decoder, possibly identified by file index or file name.
The text was updated successfully, but these errors were encountered:
I have a number of use cases where the TAR stream actually contains only a single file and I merely want to access the contents of this file without the TAR encoding / headers.
Accordingly, this project should provide a simple API to get access to a single file from the TAR decoder, possibly identified by file index or file name.
The text was updated successfully, but these errors were encountered: