C# Class System.IO.Compression.Tests.BeginEndDeflateStreamTests

Show file Open project: dotnet/corefx

Public Methods

Method Description
ReadAsync ( DeflateStream unzip, byte buffer, int offset, int count ) : Task
WriteAsync ( DeflateStream unzip, byte buffer, int offset, int count ) : Task

Method Details

ReadAsync() public method

public ReadAsync ( DeflateStream unzip, byte buffer, int offset, int count ) : Task
unzip DeflateStream
buffer byte
offset int
count int
return Task

WriteAsync() public method

public WriteAsync ( DeflateStream unzip, byte buffer, int offset, int count ) : Task
unzip DeflateStream
buffer byte
offset int
count int
return Task