Skip to content

USTAR.TarReader.Constructor

Andrew Lambert edited this page Nov 26, 2022 · 7 revisions

USTAR.TarReader.Constructor

Method Signatures

 Sub Constructor(TarStream As Readable)
 Sub Constructor(TarStream As FolderItem)
 Sub Constructor(TarStream As MemoryBlock)

Parameters

Name Type Comment
TarStream Readable, FolderItem, or MemoryBlock The archive stream to read from.

Remarks

Constructs a TARStream from a file, memory block, or any Readable object.

Entry-level points of interest denoted by "☜"



Clone this wiki locally