com.jaspersoft.jasperserver.export.io
Interface ExportOutput

All Known Implementing Classes:
BaseExportOutput, FileSystemOutput, ZipFileOutput

public interface ExportOutput

Version:
$Id: ExportOutput.java 8408 2007-05-29 23:29:12Z melih $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 void close()
           
 java.io.OutputStream getFileOutputStream(java.lang.String path)
           
 java.io.OutputStream getFileOutputStream(java.lang.String parentPath, java.lang.String path)
           
 void mkdir(java.lang.String path)
           
 java.lang.String mkdir(java.lang.String parentPath, java.lang.String path)
           
 void open()
           
 

Method Detail

open

void open()
          throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

mkdir

void mkdir(java.lang.String path)
           throws java.io.IOException
Throws:
java.io.IOException

mkdir

java.lang.String mkdir(java.lang.String parentPath,
                       java.lang.String path)
                       throws java.io.IOException
Throws:
java.io.IOException

getFileOutputStream

java.io.OutputStream getFileOutputStream(java.lang.String path)
                                         throws java.io.IOException
Throws:
java.io.IOException

getFileOutputStream

java.io.OutputStream getFileOutputStream(java.lang.String parentPath,
                                         java.lang.String path)
                                         throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.