Interface UnzipDecoderConstructor
interface UnzipDecoderConstructor {
new UnzipDecoderConstructornew (filename: string, size?: number, originalSize?: number): UnzipDecoder;
compression: number;
}
new UnzipDecoderConstructornew (filename: string, size?: number, originalSize?: number): UnzipDecoder;
compression: number;
}
Index
Constructors
Properties
Constructors
constructor
- new
Unzip (filename, size?, originalSize?): UnzipDecoderDecoder Constructor Creates an instance of the decoder
Parameters
- filename: string
The name of the file
Optional
size: numberThe compressed size of the file
Optional
originalSize: numberThe original size of the file
Returns UnzipDecoder
- filename: string
A constructor for a decoder for unzip streams