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 ExportZipEntrypublic Writer getWriter()
getWriter in interface ExportZipEntrypublic OutputStream getOutputStream()
getOutputStream in interface ExportZipEntrypublic void writeData(OutputStream os) throws IOException
writeData in interface ExportZipEntryIOExceptionpublic void dispose()
dispose in interface ExportZipEntryCopyright © 2017. All rights reserved.