public class EmptyZipEntry extends Object implements ExportZipEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_FORBIDDEN_METHOD_CALL |
| 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 static final String EXCEPTION_MESSAGE_KEY_FORBIDDEN_METHOD_CALL
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 © 2017. All rights reserved.