net.sf.jasperreports.engine.export.zip
Class FileBufferedZipEntry

java.lang.Object
  extended by net.sf.jasperreports.engine.export.zip.FileBufferedZipEntry
All Implemented Interfaces:
ExportZipEntry

public class FileBufferedZipEntry
extends Object
implements ExportZipEntry

Version:
$Id: FileBufferedZipEntry.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
FileBufferedZipEntry(String name)
           
FileBufferedZipEntry(String name, byte[] bytes)
           
 
Method Summary
 void dispose()
           
 String getName()
           
 OutputStream getOutputStream()
           
 Writer getWriter()
           
 void writeData(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBufferedZipEntry

public FileBufferedZipEntry(String name)

FileBufferedZipEntry

public FileBufferedZipEntry(String name,
                            byte[] bytes)
Method Detail

getName

public String getName()
Specified by:
getName in interface ExportZipEntry

getWriter

public Writer getWriter()
Specified by:
getWriter in interface ExportZipEntry

getOutputStream

public OutputStream getOutputStream()
Specified by:
getOutputStream in interface ExportZipEntry

writeData

public void writeData(OutputStream os)
               throws IOException
Specified by:
writeData in interface ExportZipEntry
Throws:
IOException

dispose

public void dispose()
Specified by:
dispose in interface ExportZipEntry


Copyright © 2012. All Rights Reserved.