org.seasar.framework.util
クラス JarInputStreamUtil
java.lang.Object
org.seasar.framework.util.JarInputStreamUtil
- public class JarInputStreamUtil
- extends Object
JarInputStream
用のユーティリティクラスです。
- 作成者:
- koichik
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarInputStreamUtil
protected JarInputStreamUtil()
- インスタンスを構築します。
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-2012 The Seasar Foundation. All Rights Reserved.