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 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.