ZipOutputStream.CloseEntry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes the current ZIP entry and positions the stream for writing the next entry.
[Android.Runtime.Register("closeEntry", "()V", "GetCloseEntryHandler")]
public virtual void CloseEntry ();
[<Android.Runtime.Register("closeEntry", "()V", "GetCloseEntryHandler")>]
abstract member CloseEntry : unit -> unit
override this.CloseEntry : unit -> unit
- Attributes
Exceptions
If an error occurs closing the entry.
Remarks
Closes the current ZIP entry and positions the stream for writing the next entry.
Java documentation for java.util.zip.ZipOutputStream.closeEntry()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.