Interface ZipReaderCheckPasswordOptions

Represents options passed to the constructor of ZipReader and Entry#getData.

interface ZipReaderCheckPasswordOptions {
    checkPasswordOnly: boolean;
}

Hierarchy (view full)

Properties

checkPasswordOnly: boolean

true to check only if the password is valid.

Default Value

false