Bug 387096 - Update nsIZipEntry.close() documentation. r=Yoric

This commit is contained in:
Cykesiopka 2013-03-08 08:30:13 -05:00
parent b5846d7221
commit b4a2a964ea

View File

@ -77,6 +77,9 @@ interface nsIZipReader : nsISupports
/**
* Closes a zip reader. Subsequent attempts to extract files or read from
* its input stream will result in an error.
*
* Subsequent attempts to access a nsIZipEntry obtained from this zip
* reader will cause unspecified behavior.
*/
void close();