org.seasar.framework.util
クラス JarInputStreamUtil

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

public final class JarInputStreamUtil
extends Object

JarInputStream用のユーティリティクラスです。

作成者:
koichik

メソッドの概要
static JarInputStream create(InputStream is)
          JarInputStreamを作成します。
static JarEntry getNextJarEntry(JarInputStream is)
          JarInputStream.getNextJarEntry()の例外処理をラップするメソッドです。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

create

public static JarInputStream create(InputStream is)
                             throws IORuntimeException
JarInputStreamを作成します。

パラメータ:
is -
戻り値:
JarInputStream
例外:
IORuntimeException - IOExceptionが発生した場合
関連項目:
JarInputStream.JarInputStream(InputStream)

getNextJarEntry

public static JarEntry getNextJarEntry(JarInputStream is)
                                throws IORuntimeException
JarInputStream.getNextJarEntry()の例外処理をラップするメソッドです。

パラメータ:
is -
戻り値:
JarEntry
例外:
IORuntimeException - IOExceptionが発生した場合
関連項目:
JarInputStream.getNextJarEntry()


Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.