C# 클래스 Corlib.IO.StreamExtensions

파일 보기 프로젝트 열기: GeorgeTsiokos/corlib

공개 메소드들

메소드 설명
ReadAsync ( this stream, int bufferSize, bool waitForObserver, bool refCount ) : int>>.IObservable
ReadAsync ( this stream, int bufferSize, bool waitForObserver, bool refCount, IProducerConsumerCollection cache ) : int>>.IObservable
ReadAsync ( this stream, int bufferSize ) : IObservable

메소드 상세

ReadAsync() 공개 정적인 메소드

public static ReadAsync ( this stream, int bufferSize, bool waitForObserver, bool refCount ) : int>>.IObservable
stream this
bufferSize int
waitForObserver bool
refCount bool
리턴 int>>.IObservable

ReadAsync() 공개 정적인 메소드

public static ReadAsync ( this stream, int bufferSize, bool waitForObserver, bool refCount, IProducerConsumerCollection cache ) : int>>.IObservable
stream this
bufferSize int
waitForObserver bool
refCount bool
cache IProducerConsumerCollection
리턴 int>>.IObservable

ReadAsync() 공개 정적인 메소드

public static ReadAsync ( this stream, int bufferSize ) : IObservable
stream this
bufferSize int
리턴 IObservable