org.seasar.util.zip
クラス ZipInputStreamUtil
java.lang.Object
org.seasar.util.zip.ZipInputStreamUtil
public abstract 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 - ZipInputStream。nullであってはいけません
- 戻り値:
ZipEntry- 関連項目:
ZipInputStream.getNextEntry()
reset
public static void reset(ZipInputStream zis)
InflaterInputStream.reset()の例外処理をラップするメソッドです。
- パラメータ:
zis - ZipInputStream。nullであってはいけません- 関連項目:
InflaterInputStream.reset()
closeEntry
public static void closeEntry(ZipInputStream zis)
ZipInputStreamをクローズします。
ZipInputStream.closeEntry()が例外をスローした場合はログにエラーメッセージを出力します。
例外は再スローされません。
- パラメータ:
zis - ZipInputStream。nullであってはいけません- 関連項目:
ZipInputStream.closeEntry()
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.