org.jopendocument.util
Class ZippedFilesProcessor
java.lang.Object
org.jopendocument.util.ZippedFilesProcessor
public abstract class ZippedFilesProcessor
- extends Object
Class for processing a zip file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZippedFilesProcessor
public ZippedFilesProcessor()
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.