C# Class Windows.Storage.Compression.Compressor

Inheritance: ICompressor, IOutputStream, IClosable
Exibir arquivo Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
Close ( ) : void
Compressor ( [ underlyingStream ) : System
Compressor ( [ underlyingStream, [ algorithm, [ blockSize ) : System
DetachStream ( ) : IOutputStream
FinishAsync ( ) : IAsyncOperation
FlushAsync ( ) : IAsyncOperation
WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress

Method Details

Close() public method

public Close ( ) : void
return void

Compressor() public method

public Compressor ( [ underlyingStream ) : System
underlyingStream [
return System

Compressor() public method

public Compressor ( [ underlyingStream, [ algorithm, [ blockSize ) : System
underlyingStream [
algorithm [
blockSize [
return System

DetachStream() public method

public DetachStream ( ) : IOutputStream
return IOutputStream

FinishAsync() public method

public FinishAsync ( ) : IAsyncOperation
return IAsyncOperation

FlushAsync() public method

public FlushAsync ( ) : IAsyncOperation
return IAsyncOperation

WriteAsync() public method

public WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress
buffer [
return uint>.IAsyncOperationWithProgress