com.adobe.convertpdf.docservice
Class UnZipArchive

java.lang.Object
  extended by com.adobe.convertpdf.docservice.UnZipArchive

public class UnZipArchive
extends java.lang.Object


Constructor Summary
UnZipArchive()
           
 
Method Summary
static void unzipArchive(Document inZipDoc, java.lang.String destDir)
          This method unzips the archive to the destination directory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnZipArchive

public UnZipArchive()
Method Detail

unzipArchive

public static void unzipArchive(Document inZipDoc,
                                java.lang.String destDir)
                         throws ConvertPdfException
This method unzips the archive to the destination directory.

Parameters:
inZipDoc -
destDir -
Throws:
ConvertPdfException