org.seasar.framework.util
クラス ZipInputStreamUtil

java.lang.Object
  拡張org.seasar.framework.util.ZipInputStreamUtil

public class ZipInputStreamUtil
extends java.lang.Object

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

作成者:
koichik

コンストラクタの概要
ZipInputStreamUtil()
           
 
メソッドの概要
static void closeEntry(java.util.zip.ZipInputStream zis)
          ZipInputStream.closeEntry()の例外処理をラップするメソッドです。
static java.util.zip.ZipEntry getNextEntry(java.util.zip.ZipInputStream zis)
          ZipInputStream.getNextEntry()の例外処理をラップするメソッドです。
static void reset(java.util.zip.ZipInputStream zis)
          FilterInputStream.reset()の例外処理をラップするメソッドです。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ZipInputStreamUtil

public ZipInputStreamUtil()
メソッドの詳細

getNextEntry

public static java.util.zip.ZipEntry getNextEntry(java.util.zip.ZipInputStream zis)
ZipInputStream.getNextEntry()の例外処理をラップするメソッドです。

パラメータ:
zis -
戻り値:
ZipEntry
関連項目:
ZipInputStream.getNextEntry()

reset

public static void reset(java.util.zip.ZipInputStream zis)
FilterInputStream.reset()の例外処理をラップするメソッドです。

パラメータ:
zis -
関連項目:
FilterInputStream.reset()

closeEntry

public static void closeEntry(java.util.zip.ZipInputStream zis)
ZipInputStream.closeEntry()の例外処理をラップするメソッドです。

パラメータ:
zis -
関連項目:
ZipInputStream.closeEntry()


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.