file or directory
Get en/decrypto provider
Get file or directory
Get logger
Get onProgress callback
Set callback that tells progress of parse and readItems.
Get default values of parse options
If true, overwrite to unzipPath when unzip. (only using if unzipPath specified.)
If specified, unzip to that path.
Get types of parse options
/
/**
Get default values of read options
Get types of read option
Create new Book from context
intermediate result
return Book
return after tasks
return before tasks
return tasks
Validate parse options and get entries from input
return Context containing parse options, entries
Validate read options and get entries from input
targets
returns Context containing target items, read options, entries
Contents is read using loader suitable for context
properties required for reading
reading results
return after tasks
return before tasks
return tasks
Unzipping if zip source and unzipPath option specified
intermediate result
return Context (no change at this step)
Parse the input
return Book
Reading contents of Item
target
reading result
Reading contents of Items
targets
reading results
Unzip
success
Generated using TypeDoc
Create new Parser
{Errors.ENOENT} no such file or directory
{Errors.EINVAL} invalid input
class FooParser extends Parser { ... } new FooParser('./foo/bar.zip' or './foo/bar');