FileDocCategorySizeDatePackage
WritableArchive.javaAPI DocGlassfish v2 API2711Fri May 04 22:31:36 BST 2007com.sun.enterprise.deployment.deploy.shared

WritableArchive

public interface WritableArchive implements Archive
This interface is an abtraction for writing entries to an archive
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public voidcloseEntry()
Closes the current entry

public java.io.OutputStreamputNextEntry(java.lang.String name)
Begins writing a new entry to this archive with the entry name. The output stream returned can be used until closeEntry() is called

param
name is the new archive entry name
return
an output stream to use to write the entry to the archive