multivalent.std.adaptor

Class Zip

public class Zip extends ArchiveMediaAdaptor

Media adaptor for Zip files. Makes a table of contents, which a general behavior can sort.

To do:

Version: $Revision: 1.2 $ $Date: 2001/10/27 04:22:26 $

Method Summary
FileextractFile(File archive, String filename, File outdir)
List<ArchiveFileEntry>getCatalog(File archive)
protected String[]getPatterns()
Objectparse(INode parent)
StringtoHTML(URI uri)

Method Detail

extractFile

public File extractFile(File archive, String filename, File outdir)

getCatalog

public List<ArchiveFileEntry> getCatalog(File archive)

getPatterns

protected String[] getPatterns()

parse

public Object parse(INode parent)

toHTML

public String toHTML(URI uri)