-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR.TarReader.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
Sub Constructor(TarStream As Readable)
Sub Constructor(TarStream As FolderItem)
Sub Constructor(TarStream As MemoryBlock)
Name | Type | Comment |
---|---|---|
TarStream | Readable, FolderItem, or MemoryBlock | The archive stream to read from. |
Constructs a TARStream from a file, memory block, or any Readable object.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.