public class LdiZipInputStreamUtil extends Object
ZipInputStreamを扱うユーティリティクラスです。| コンストラクタと説明 |
|---|
LdiZipInputStreamUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
closeEntry(ZipInputStream zis)
ZipInputStream.closeEntry()の例外処理をラップするメソッドです。 |
static ZipEntry |
getNextEntry(ZipInputStream zis)
ZipInputStream.getNextEntry()の例外処理をラップするメソッドです。 |
static void |
reset(ZipInputStream zis)
InflaterInputStream.reset()の例外処理をラップするメソッドです。 |
public static ZipEntry getNextEntry(ZipInputStream zis)
ZipInputStream.getNextEntry()の例外処理をラップするメソッドです。zis - ZipEntryZipInputStream.getNextEntry()public static void reset(ZipInputStream zis)
InflaterInputStream.reset()の例外処理をラップするメソッドです。zis - InflaterInputStream.reset()public static void closeEntry(ZipInputStream zis)
ZipInputStream.closeEntry()の例外処理をラップするメソッドです。zis - ZipInputStream.closeEntry()Copyright © 2015 The DBFlute Project. All rights reserved.