C# 클래스 Streams.Fluent

파일 보기 프로젝트 열기: jamesfoster/Streams

공개 메소드들

메소드 설명
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