org.seasar.util.jar
クラス JarInputStreamUtil
java.lang.Object
org.seasar.util.jar.JarInputStreamUtil
public abstract class JarInputStreamUtil
- extends Object
JarInputStream
用のユーティリティクラスです。
- 作成者:
- koichik
クラス 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.