Skip to main content

react-native-nitro-unzip

Interfaces

InterfaceDescription
UnzipFactory for creating extraction and compression tasks.
UnzipProgressProgress information for an active extraction.
UnzipResultResult returned when an extraction completes successfully.
UnzipTaskA single extraction operation. Each call to Unzip.extract() returns an UnzipTask instance that can be observed and cancelled independently.
ZipProgressProgress information for an active zip creation.
ZipResultResult returned when zip creation completes successfully.
ZipTaskA single zip creation operation. Each call to Unzip.zip() returns a ZipTask instance that can be observed and cancelled independently.

Functions

FunctionDescription
getUnzipCreate an Unzip instance. Each instance is a factory for extraction and compression tasks.