C# Класс Streams.Fluent

Показать файл Открыть проект

Открытые методы

Метод Описание
Base64Decoder ( this stream, Base64DecodeMode whitespaces = Base64DecodeMode.IgnoreWhiteSpaces ) : Base64DecoderStream
Base64Encoder ( this stream ) : Base64EncoderStream
Concat ( this stream ) : ConcatStream
Concat ( this stream, IEnumerable streams ) : ConcatStream
RegexFindReplace ( this stream, string>.IDictionary replacements, int maxMatchLength = 4096, Encoding encoding = null ) : RegexFindReplaceStream
RegexFindReplace ( this stream, string>.IDictionary replacements, int maxMatchLength = 4096, Encoding encoding = null ) : RegexFindReplaceStream
RegexFindReplace ( this stream, string>.IDictionary replacements, int maxMatchLength = 4096, Encoding encoding = null ) : RegexFindReplaceStream
Substream ( this stream, long startPosition, long length = -1 ) : Substream

Описание методов

Base64Decoder() публичный статический Метод

public static Base64Decoder ( this stream, Base64DecodeMode whitespaces = Base64DecodeMode.IgnoreWhiteSpaces ) : Base64DecoderStream
stream this
whitespaces Base64DecodeMode
Результат Base64DecoderStream

Base64Encoder() публичный статический Метод

public static Base64Encoder ( this stream ) : Base64EncoderStream
stream this
Результат Base64EncoderStream

Concat() публичный статический Метод

public static Concat ( this stream ) : ConcatStream
stream this
Результат ConcatStream

Concat() публичный статический Метод

public static Concat ( this stream, IEnumerable streams ) : ConcatStream
stream this
streams IEnumerable
Результат ConcatStream

RegexFindReplace() публичный статический Метод

public static RegexFindReplace ( this stream, string>.IDictionary replacements, int maxMatchLength = 4096, Encoding encoding = null ) : RegexFindReplaceStream
stream this
replacements string>.IDictionary
maxMatchLength int
encoding System.Text.Encoding
Результат RegexFindReplaceStream

RegexFindReplace() публичный статический Метод

public static RegexFindReplace ( this stream, string>.IDictionary replacements, int maxMatchLength = 4096, Encoding encoding = null ) : RegexFindReplaceStream
stream this
replacements string>.IDictionary
maxMatchLength int
encoding System.Text.Encoding
Результат RegexFindReplaceStream

RegexFindReplace() публичный статический Метод

public static RegexFindReplace ( this stream, string>.IDictionary replacements, int maxMatchLength = 4096, Encoding encoding = null ) : RegexFindReplaceStream
stream this
replacements string>.IDictionary
maxMatchLength int
encoding System.Text.Encoding
Результат RegexFindReplaceStream

Substream() публичный статический Метод

public static Substream ( this stream, long startPosition, long length = -1 ) : Substream
stream this
startPosition long
length long
Результат Substream