com.jaspersoft.jasperserver.export.io
Class ZipFileOutput
java.lang.Object
com.jaspersoft.jasperserver.export.io.BaseExportOutput
com.jaspersoft.jasperserver.export.io.ZipFileOutput
- All Implemented Interfaces:
- ExportOutput
public class ZipFileOutput
- extends BaseExportOutput
- Version:
- $Id: ZipFileOutput.java 8408 2007-05-29 23:29:12Z melih $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Constructor Summary |
ZipFileOutput(java.lang.String zipFile,
int level)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZIP_ENTRY_DIR_SUFFIX
protected static final java.lang.String ZIP_ENTRY_DIR_SUFFIX
- See Also:
- Constant Field Values
zipOut
protected java.util.zip.ZipOutputStream zipOut
ZipFileOutput
public ZipFileOutput(java.lang.String zipFile,
int level)
open
public void open()
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
getFileOutputStream
public java.io.OutputStream getFileOutputStream(java.lang.String path)
throws java.io.IOException
- Throws:
java.io.IOException
mkdir
public void mkdir(java.lang.String path)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007. All Rights Reserved.