C# 클래스 System.IO.Compression.DeflateStream.CopyToAsyncStream

상속: Stream
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CopyFromSourceToDestination ( ) : Task
CopyToAsyncStream ( DeflateStream deflateStream, Stream destination, int bufferSize, CancellationToken cancellationToken ) : System.Buffers
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteAsync ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task

메소드 상세

CopyFromSourceToDestination() 공개 메소드

public CopyFromSourceToDestination ( ) : Task
리턴 Task

CopyToAsyncStream() 공개 메소드

public CopyToAsyncStream ( DeflateStream deflateStream, Stream destination, int bufferSize, CancellationToken cancellationToken ) : System.Buffers
deflateStream DeflateStream
destination Stream
bufferSize int
cancellationToken System.Threading.CancellationToken
리턴 System.Buffers

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteAsync() 공개 메소드

public WriteAsync ( byte buffer, int offset, int count, CancellationToken cancellationToken ) : Task
buffer byte
offset int
count int
cancellationToken System.Threading.CancellationToken
리턴 Task