ZipOutputStream.CloseEntry Method

Definition

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.

Applies to