org.jopendocument.util
Class ZippedFilesProcessor

java.lang.Object
  extended by org.jopendocument.util.ZippedFilesProcessor

public abstract class ZippedFilesProcessor
extends Object

Class for processing a zip file.


Constructor Summary
ZippedFilesProcessor()
           
 
Method Summary
 void process(InputStream input)
           
protected abstract  void processEntry(ZipEntry entry, InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZippedFilesProcessor

public ZippedFilesProcessor()
Method Detail

process

public void process(InputStream input)
             throws IOException
Throws:
IOException

processEntry

protected abstract void processEntry(ZipEntry entry,
                                     InputStream in)
                              throws IOException
Throws:
IOException


Copyright © 2010 jOpenDocument All Rights Reserved.