|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZipWriter
| Method Summary | |
|---|---|
void |
addEntry(String name,
byte[] bytes)
|
void |
addEntry(String name,
InputStream inpuStream)
|
void |
addEntry(String name,
String s)
|
void |
addEntry(String name,
StringBuilder sb)
|
byte[] |
finish()
|
File |
getFile()
|
String |
getPath()
|
| Method Detail |
|---|
void addEntry(String name,
byte[] bytes)
throws IOException
IOException
void addEntry(String name,
InputStream inpuStream)
throws IOException
IOException
void addEntry(String name,
String s)
throws IOException
IOException
void addEntry(String name,
StringBuilder sb)
throws IOException
IOException
byte[] finish()
throws IOException
IOExceptionFile getFile()
String getPath()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||