Method | Description | |
---|---|---|
Base64DecoderStream ( Stream inner, Base64DecodeMode whitespaces = Base64DecodeMode.IgnoreWhiteSpaces ) : System | ||
Read ( byte buffer, int offset, int count ) : int |
Method | Description | |
---|---|---|
ConvertInputFromBase64 ( int length, byte outputArray, int outputOffset ) : int | ||
SkipWhitespace ( char c ) : bool |
public Base64DecoderStream ( Stream inner, Base64DecodeMode whitespaces = Base64DecodeMode.IgnoreWhiteSpaces ) : System | ||
inner | Stream | |
whitespaces | Base64DecodeMode | |
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |