C# Class StreamExtensionsExt, csharputils

Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Méthode Description
ConvertSpacesToMapStream ( this Stream, SpaceAssigner1D Spaces ) : MapStream

JoinWithThresold ( this Spaces, int Thresold = 32 ) : SpaceAssigner1D.Space[]

Presumes it is ordered.

Method Details

ConvertSpacesToMapStream() public static méthode

public static ConvertSpacesToMapStream ( this Stream, SpaceAssigner1D Spaces ) : MapStream
Stream this
Spaces SpaceAssigner1D
Résultat CSharpUtils.Streams.MapStream

JoinWithThresold() public static méthode

Presumes it is ordered.
public static JoinWithThresold ( this Spaces, int Thresold = 32 ) : SpaceAssigner1D.Space[]
Spaces this
Thresold int
Résultat SpaceAssigner1D.Space[]