Writes all necessary data for this entry.
@since 1.1
@throws IOException on error
@throws Zip64RequiredException if the entry's uncompressed orcompressed size exceeds 4 GByte and {@link #setUseZip64} is {@link Zip64Mode#Never}.
Close an entry. This method MUST be called for all file entries that contain data. The reason is that we must buffer data written to the stream in order to satisfy the buffer's record based writes. Thus, there may be data fragments still being assembled that must be written to the output stream before this entry is closed and the next entry written.
Closes the current ZIP entry and positions the stream for reading the next entry.
@exception ZipException if a ZIP file error has occurred
@exception IOException if an I/O error has occurred
Closes the current ZIP entry and positions the stream for writing the next entry.
@exception ZipException if a ZIP format error has occurred
@exception IOException if an I/O error has occurred
Close an entry. This method MUST be called for all file entries that contain data. The reason is that we must buffer data written to the stream in order to satisfy the buffer's record based writes. Thus, there may be data fragments still being assembled that must be written to the output stream before this entry is closed and the next entry written.
@throws IOException on error
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.