org.seasar.framework.util
クラス ZipInputStreamUtil
java.lang.Object
org.seasar.framework.util.ZipInputStreamUtil
- public class ZipInputStreamUtil
- extends Object
ZipInputStream
を扱うユーティリティクラスです。
- 作成者:
- koichik
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipInputStreamUtil
public ZipInputStreamUtil()
getNextEntry
public static ZipEntry getNextEntry(ZipInputStream zis)
ZipInputStream.getNextEntry()
の例外処理をラップするメソッドです。
- パラメータ:
zis
-
- 戻り値:
ZipEntry
- 関連項目:
ZipInputStream.getNextEntry()
reset
public static void reset(ZipInputStream zis)
FilterInputStream.reset()
の例外処理をラップするメソッドです。
- パラメータ:
zis
- - 関連項目:
FilterInputStream.reset()
closeEntry
public static void closeEntry(ZipInputStream zis)
ZipInputStream.closeEntry()
の例外処理をラップするメソッドです。
- パラメータ:
zis
- - 関連項目:
ZipInputStream.closeEntry()
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.