commons
b2007092301

org.phosphoresce.commons.util
クラス ZipApacheUtil.ZipContainer

java.lang.Object
  拡張org.phosphoresce.commons.util.ZipApacheUtil.ZipContainer
含まれているクラス:
ZipApacheUtil

public static final class ZipApacheUtil.ZipContainer
extends java.lang.Object

Zipファイル作成時のリソース保持クラス

作成者:
Kitagawa

コンストラクタの概要
ZipApacheUtil.ZipContainer()
          コンストラクタ
 
メソッドの概要
 void add(java.lang.String name, java.io.File file)
          指定されたエントリファイル名でファイルを追加します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ZipApacheUtil.ZipContainer

public ZipApacheUtil.ZipContainer()
コンストラクタ

メソッドの詳細

add

public void add(java.lang.String name,
                java.io.File file)
指定されたエントリファイル名でファイルを追加します。

パラメータ:
name - エントリファイル名
file - ファイル

commons
b2007092301