Pack200IUnpackerExtensions.UnpackAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- self
- Pack200.IUnpacker
- in
- File
- out
- JarOutputStream
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
- self
- Pack200.IUnpacker
- in
- Stream
- out
- JarOutputStream
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.