C# Class Corlib.IO.StreamExtensions

Afficher le fichier Open project: GeorgeTsiokos/corlib

Méthodes publiques

Méthode 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 méthode

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

ReadAsync() public static méthode

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
Résultat int>>.IObservable

ReadAsync() public static méthode

public static ReadAsync ( this stream, int bufferSize ) : IObservable
stream this
bufferSize int
Résultat IObservable