processing.app.tools
Class Archiver

java.lang.Object
  extended by processing.app.tools.Archiver

public class Archiver
extends java.lang.Object


Constructor Summary
Archiver(Editor editor)
           
 
Method Summary
 void buildZip(java.io.File dir, java.lang.String sofar, java.util.zip.ZipOutputStream zos)
           
 void show()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Archiver

public Archiver(Editor editor)
Method Detail

show

public void show()

buildZip

public void buildZip(java.io.File dir,
                     java.lang.String sofar,
                     java.util.zip.ZipOutputStream zos)
              throws java.io.IOException
Throws:
java.io.IOException