Pack200.Packer.KeepFileOrder Field

Definition

Caution

Use 'Java.Util.Jar.Pack200.IPacker.KeepFileOrder'. This class will be removed in a future release.

decide if all elements shall transmit in their original order.

[Android.Runtime.Register("KEEP_FILE_ORDER")]
[System.Obsolete("Use 'Java.Util.Jar.Pack200.IPacker.KeepFileOrder'. This class will be removed in a future release.")]
public const string KeepFileOrder;
[<Android.Runtime.Register("KEEP_FILE_ORDER")>]
[<System.Obsolete("Use 'Java.Util.Jar.Pack200.IPacker.KeepFileOrder'. This class will be removed in a future release.")>]
val mutable KeepFileOrder : string

Field Value

String
Attributes

Remarks

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