C# 클래스 StreamExtensionsExt, csharputils

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
ConvertSpacesToMapStream ( this Stream, SpaceAssigner1D Spaces ) : MapStream

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

Presumes it is ordered.

메소드 상세

ConvertSpacesToMapStream() 공개 정적인 메소드

public static ConvertSpacesToMapStream ( this Stream, SpaceAssigner1D Spaces ) : MapStream
Stream this
Spaces SpaceAssigner1D
리턴 CSharpUtils.Streams.MapStream

JoinWithThresold() 공개 정적인 메소드

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