ArchiveReader.readContent

void readContent(ref const EntryInfo entry, ContentSink sink)

Read entry content, calling sink with chunks of decompressed data.

ubyte[] readContent(ref const EntryInfo entry)

Read entry content into a buffer. Returns the content as a newly allocated array.