Package com.liferay.portal.kernel.zip
Interface ZipWriter
@ProviderType
public interface ZipWriter
- Author:
- Brian Wing Shun Chan, Raymond Augé
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddEntry(String name, InputStream inputStream) voidvoidaddEntry(String name, StringBuilder sb) byte[]finish()Deprecated.getFile()getPath()Deprecated.As of Athanasius (7.3.x), replaced bygetFile()voidumount()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()