ZipInputStream.CloseEntry Method

Definition

Closes the current ZIP entry and positions the stream for reading 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 IOException occurs.

Remarks

Closes the current ZIP entry and positions the stream for reading the next entry.

Java documentation for java.util.zip.ZipInputStream.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