You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Puts an entry on the output stream. This writes the entry's header record and positions the output stream for writing the contents of the entry. Once
500
500
* this method is called, the stream is ready for calls to write() to write the entry's contents. Once the contents are written, closeArchiveEntry()
501
-
* <B>MUST</B> be called to ensure that all buffered data is completely written to the output stream.
501
+
* <strong>MUST</strong> be called to ensure that all buffered data is completely written to the output stream.
502
502
*
503
503
* @param archiveEntry The TarEntry to be written to the archive.
0 commit comments