Method | Description | |
---|---|---|
Base64Decoder ( this stream, Base64DecodeMode whitespaces = Base64DecodeMode.IgnoreWhiteSpaces ) : |
||
Base64Encoder ( this stream ) : |
||
Concat ( this stream ) : ConcatStream | ||
Concat ( this stream, IEnumerable |
||
RegexFindReplace ( this stream, string>.IDictionary |
||
RegexFindReplace ( this stream, string>.IDictionary |
||
RegexFindReplace ( this stream, string>.IDictionary |
||
Substream ( this stream, long startPosition, long length = -1 ) : Substream |
public static Base64Decoder ( this stream, Base64DecodeMode whitespaces = Base64DecodeMode.IgnoreWhiteSpaces ) : |
||
stream | this | |
whitespaces | Base64DecodeMode | |
return |
public static Base64Encoder ( this stream ) : |
||
stream | this | |
return |
public static Concat ( this stream ) : ConcatStream | ||
stream | this | |
return | ConcatStream |
public static Concat ( this stream, IEnumerable |
||
stream | this | |
streams | IEnumerable |
|
return | ConcatStream |
public static RegexFindReplace ( this stream, string>.IDictionary |
||
stream | this | |
replacements | string>.IDictionary | |
maxMatchLength | int | |
encoding | ||
return | RegexFindReplaceStream |
public static RegexFindReplace ( this stream, string>.IDictionary |
||
stream | this | |
replacements | string>.IDictionary | |
maxMatchLength | int | |
encoding | ||
return | RegexFindReplaceStream |
public static RegexFindReplace ( this stream, string>.IDictionary |
||
stream | this | |
replacements | string>.IDictionary | |
maxMatchLength | int | |
encoding | ||
return | RegexFindReplaceStream |
public static Substream ( this stream, long startPosition, long length = -1 ) : Substream | ||
stream | this | |
startPosition | long | |
length | long | |
return | Substream |