Method | Description | |
---|---|---|
Split ( Stream InputStream, byte Separator, Action |
||
SplitInChunks ( Stream InputStream, byte Separator ) : List |
Method | Description | |
---|---|---|
FindSequence ( byte Array, byte SequenceToFind, int Start, int EndIndex = int.MaxValue ) : int |
protected static FindSequence ( byte Array, byte SequenceToFind, int Start, int EndIndex = int.MaxValue ) : int | ||
Array | byte | |
SequenceToFind | byte | |
Start | int | |
EndIndex | int | |
return | int |
public static Split ( Stream InputStream, byte Separator, Action |
||
InputStream | Stream | |
Separator | byte | |
ChunkHandler | Action |
|
return | void |
public static SplitInChunks ( Stream InputStream, byte Separator ) : List |
||
InputStream | Stream | |
Separator | byte | |
return | List |