TarReader.this

this(const(ubyte)[] data, ReadOptions opts)

Create a TAR reader from archive data.

Parameters

dataThe complete archive data.
optsRead options.

Throws

ArchiveError if the data is not a valid TAR archive.