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