C# Class Qowaiv.IO.StreamSizeExtensions

Contains extensions for stream size.
Afficher le fichier Open project: Corniel/Qowaiv

Méthodes publiques

Méthode Description
Average ( this streamSizes ) : StreamSize

Computes the average of a sequence of stream sizes.

GetStreamSize ( this bytes ) : StreamSize

Gets the size of the byte array.

Sum ( this streamSizes ) : StreamSize

Computes the sum of a sequence of stream sizes.

Method Details

Average() public static méthode

Computes the average of a sequence of stream sizes.
public static Average ( this streamSizes ) : StreamSize
streamSizes this
Résultat StreamSize

GetStreamSize() public static méthode

Gets the size of the byte array.
public static GetStreamSize ( this bytes ) : StreamSize
bytes this
Résultat StreamSize

Sum() public static méthode

Computes the sum of a sequence of stream sizes.
public static Sum ( this streamSizes ) : StreamSize
streamSizes this
Résultat StreamSize