public class FileBufferedZipEntry extends Object implements ExportZipEntry
Constructor and Description |
---|
FileBufferedZipEntry(String name) |
FileBufferedZipEntry(String name,
byte[] bytes) |
FileBufferedZipEntry(String name,
int memoryThreshold) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
String |
getName() |
OutputStream |
getOutputStream() |
Writer |
getWriter() |
void |
writeData(OutputStream os) |
public FileBufferedZipEntry(String name)
public FileBufferedZipEntry(String name, int memoryThreshold)
public FileBufferedZipEntry(String name, byte[] bytes)
public String getName()
getName
in interface ExportZipEntry
public Writer getWriter()
getWriter
in interface ExportZipEntry
public OutputStream getOutputStream()
getOutputStream
in interface ExportZipEntry
public void writeData(OutputStream os) throws IOException
writeData
in interface ExportZipEntry
IOException
public void dispose()
dispose
in interface ExportZipEntry
Copyright © 2016. All rights reserved.