org.seasar.util.zip
クラス ZipInputStreamUtil

java.lang.Object
  上位を拡張 org.seasar.util.zip.ZipInputStreamUtil

public abstract class ZipInputStreamUtil
extends Object

ZipInputStreamを扱うユーティリティクラスです。

作成者:
koichik

コンストラクタの概要
ZipInputStreamUtil()
           
 
メソッドの概要
static void closeEntry(ZipInputStream zis)
          ZipInputStreamをクローズします。
static ZipEntry getNextEntry(ZipInputStream zis)
          ZipInputStream.getNextEntry()の例外処理をラップするメソッドです。
static void reset(ZipInputStream zis)
          InflaterInputStream.reset()の例外処理をラップするメソッドです。
 
クラス 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.