Package com.liferay.portal.kernel.zip
Interface ZipWriter
@ProviderType
public interface ZipWriter
- Author:
- Brian Wing Shun Chan, Raymond Augé
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addEntry
(String name, InputStream inputStream) void
void
addEntry
(String name, StringBuilder sb) byte[]
finish()
Deprecated.getFile()
getPath()
Deprecated.As of Athanasius (7.3.x), replaced bygetFile()
void
umount()
Deprecated.As of Athanasius (7.3.x), replaced bygetFile()
-
Method Details
-
addEntry
- Throws:
IOException
-
addEntry
- Throws:
IOException
-
addEntry
- Throws:
IOException
-
addEntry
- Throws:
IOException
-
finish
Deprecated.As of Athanasius (7.3.x), replaced bygetFile()
- Throws:
IOException
-
getFile
File getFile() -
getPath
Deprecated.As of Athanasius (7.3.x), replaced bygetFile()
-
umount
Deprecated.As of Athanasius (7.3.x), replaced bygetFile()
-
getFile()