Pack200.NewUnpacker Method

Definition

Obtain new instance of a class that implements Unpacker.

[Android.Runtime.Register("newUnpacker", "()Ljava/util/jar/Pack200$Unpacker;", "")]
public static Java.Util.Jar.Pack200.IUnpacker? NewUnpacker ();
[<Android.Runtime.Register("newUnpacker", "()Ljava/util/jar/Pack200$Unpacker;", "")>]
static member NewUnpacker : unit -> Java.Util.Jar.Pack200.IUnpacker

Returns

A newly allocated Unpacker engine.

Attributes

Remarks

Java documentation for java.util.jar.Pack200.newUnpacker().

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