C# Class Corlib.IO.StreamExtensions

显示文件 Open project: GeorgeTsiokos/corlib

Public Methods

Method Description
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

Method Details

ReadAsync() public static method

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

ReadAsync() public static method

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
return int>>.IObservable

ReadAsync() public static method

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