public class EmptyZipEntry extends Object implements ExportZipEntry
| Constructor and Description |
|---|
EmptyZipEntry(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getName() |
OutputStream |
getOutputStream() |
Writer |
getWriter() |
void |
writeData(OutputStream os) |
public EmptyZipEntry(String name)
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 © 2012. All Rights Reserved.