mirror of https://github.com/apache/poi.git
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee27829d79
commit
a50efd2d51
|
@ -89,6 +89,8 @@ public final class ZipPackage extends OPCPackage {
|
|||
* @throws IllegalArgumentException
|
||||
* If the specified input stream not an instance of
|
||||
* ZipInputStream.
|
||||
* @throws IOException
|
||||
* if input stream cannot be opened, read, or closed
|
||||
*/
|
||||
ZipPackage(InputStream in, PackageAccess access) throws IOException {
|
||||
super(access);
|
||||
|
|
Loading…
Reference in New Issue