WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/libjar/zip-reader;1

This component implements the following interfaces:

Properties

readonly nsIFile nsIZipReader.file

The file that represents the zip with which this zip reader was initialized.

Methods

InterfaceMethod
nsIZipReader void close ( )
nsIZipReader void extract ( char* zipEntry , nsIFile outFile )
nsIZipReader nsIUTF8StringEnumerator findEntries ( char* pattern )
nsIZipReader nsIZipEntry getEntry ( char* zipEntry )
nsIZipReader nsIInputStream getInputStream ( char* zipEntry )
nsIZipReader nsIInputStream getInputStreamWithSpec ( AUTF8String jarSpec , char* zipEntry )
nsIZipReader PRBool hasEntry ( AUTF8String zipEntry )
nsIZipReader void open ( nsIFile zipFile )
nsIZipReader void test ( char* entryName )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com