public class LdiJarInputStreamUtil extends Object
JarInputStream用のユーティリティクラスです。| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiJarInputStreamUtil()
インスタンスを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static JarInputStream |
create(InputStream is)
JarInputStreamを作成します。 |
static JarEntry |
getNextJarEntry(JarInputStream is)
JarInputStream.getNextJarEntry()の例外処理をラップするメソッドです。 |
public static JarInputStream create(InputStream is) throws IORuntimeException
JarInputStreamを作成します。is - JarInputStreamIORuntimeException - IOExceptionが発生した場合JarInputStream.JarInputStream(InputStream)public static JarEntry getNextJarEntry(JarInputStream is) throws IORuntimeException
JarInputStream.getNextJarEntry()の例外処理をラップするメソッドです。is - JarEntryIORuntimeException - IOExceptionが発生した場合JarInputStream.getNextJarEntry()Copyright © 2015 The DBFlute Project. All rights reserved.