bookExamples.ch15Streams
Class Zipper

java.lang.Object
  extended by bookExamples.ch15Streams.Zipper

public class Zipper
extends java.lang.Object

DocJava, Inc. http://www.docjava.com Programmer: dlyon Date: Sep 22, 2004 Time: 7:20:01 PM


Constructor Summary
Zipper()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void writeZipFiles(java.io.File outputFile, java.io.File[] filesToBeWritten)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zipper

public Zipper()
Method Detail

main

public static void main(java.lang.String[] args)

writeZipFiles

public static void writeZipFiles(java.io.File outputFile,
                                 java.io.File[] filesToBeWritten)
                          throws java.io.IOException
Throws:
java.io.IOException