org.seasar.util.jar
クラス JarInputStreamUtil

java.lang.Object
  上位を拡張 org.seasar.util.jar.JarInputStreamUtil

public abstract class JarInputStreamUtil
extends Object

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

作成者:
koichik

コンストラクタの概要
JarInputStreamUtil()
           
 
メソッドの概要
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
 

コンストラクタの詳細

JarInputStreamUtil

public JarInputStreamUtil()
メソッドの詳細

create

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

パラメータ:
is - 入力ストリーム。nullであってはいけません
戻り値:
JarInputStream
例外:
IORuntimeException - IOExceptionが発生した場合
関連項目:
JarInputStream.JarInputStream(InputStream)

getNextJarEntry

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

パラメータ:
is - 入力ストリーム。nullであってはいけません
戻り値:
JarEntry
例外:
IORuntimeException - IOExceptionが発生した場合
関連項目:
JarInputStream.getNextJarEntry()


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.