Pack200IUnpackerExtensions.UnpackAsync Method

Definition

Overloads

UnpackAsync(Pack200+IUnpacker, File, JarOutputStream)
UnpackAsync(Pack200+IUnpacker, Stream, JarOutputStream)

UnpackAsync(Pack200+IUnpacker, File, JarOutputStream)

public static System.Threading.Tasks.Task UnpackAsync (this Java.Util.Jar.Pack200.IUnpacker self, Java.IO.File? in, Java.Util.Jar.JarOutputStream? out);
static member UnpackAsync : Java.Util.Jar.Pack200.IUnpacker * Java.IO.File * Java.Util.Jar.JarOutputStream -> System.Threading.Tasks.Task

Parameters

in
File

Returns

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

UnpackAsync(Pack200+IUnpacker, Stream, JarOutputStream)

public static System.Threading.Tasks.Task UnpackAsync (this Java.Util.Jar.Pack200.IUnpacker self, System.IO.Stream? in, Java.Util.Jar.JarOutputStream? out);
static member UnpackAsync : Java.Util.Jar.Pack200.IUnpacker * System.IO.Stream * Java.Util.Jar.JarOutputStream -> System.Threading.Tasks.Task

Parameters

in
Stream

Returns

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