C# 클래스 CSharpUtils.Streams.StreamChunker2

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

공개 메소드들

메소드 설명
Split ( Stream InputStream, byte Separator, Action ChunkHandler ) : void
SplitInChunks ( Stream InputStream, byte Separator ) : List

보호된 메소드들

메소드 설명
FindSequence ( byte Array, byte SequenceToFind, int Start, int EndIndex = int.MaxValue ) : int

메소드 상세

FindSequence() 보호된 정적인 메소드

protected static FindSequence ( byte Array, byte SequenceToFind, int Start, int EndIndex = int.MaxValue ) : int
Array byte
SequenceToFind byte
Start int
EndIndex int
리턴 int

Split() 공개 정적인 메소드

public static Split ( Stream InputStream, byte Separator, Action ChunkHandler ) : void
InputStream Stream
Separator byte
ChunkHandler Action
리턴 void

SplitInChunks() 공개 정적인 메소드

public static SplitInChunks ( Stream InputStream, byte Separator ) : List
InputStream Stream
Separator byte
리턴 List