Pack200.NewPacker Method

Definition

Obtain new instance of a class that implements Packer.

[Android.Runtime.Register("newPacker", "()Ljava/util/jar/Pack200$Packer;", "")]
public static Java.Util.Jar.Pack200.IPacker? NewPacker ();
[<Android.Runtime.Register("newPacker", "()Ljava/util/jar/Pack200$Packer;", "")>]
static member NewPacker : unit -> Java.Util.Jar.Pack200.IPacker

Returns

A newly allocated Packer engine.

Attributes

Remarks

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

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