Skip to content

BZip2.Decompressor.Constructor

Andrew Lambert edited this page Nov 27, 2022 · 2 revisions

BZip2.Decompressor.Constructor

Method Signature

 Sub Constructor(Verbosity As Integer = 0, LowMemoryMode As Boolean = False)

Parameters

Constructor(Integer)

Name Type Comment
Verbosity Integer Optional. The verbosity of debug output.
LowMemoryMode Boolean Optional. If True then decompression will use less memory but will also be slower.

Remarks

Constructs a new Decompressor.

Clone this wiki locally