C# Class Windows.Storage.Compression.Decompressor

Inheritance: IDecompressor, IInputStream, IClosable
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Decompressor ( [ underlyingStream ) : System
DetachStream ( ) : IInputStream
ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Decompressor() public méthode

public Decompressor ( [ underlyingStream ) : System
underlyingStream [
Résultat System

DetachStream() public méthode

public DetachStream ( ) : IInputStream
Résultat IInputStream

ReadAsync() public méthode

public ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress
buffer [
count [
options [
Résultat uint>.IAsyncOperationWithProgress