C# 클래스 System.Xml.Base64Decoder

상속: IncrementalReadDecoder
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConstructMapBase64 byte[]
Decode int
Decode int
Decode void
Reset void
SetNextOutputBuffer void

비공개 메소드들

메소드 설명
ConstructMapBase64 ( ) : byte[]
Decode ( char chars, int startPos, int len ) : int
Decode ( string str, int startPos, int len ) : int
Decode ( char pChars, char pCharsEndPos, byte pBytes, byte pBytesEndPos, int &charsDecoded, int &bytesDecoded ) : void
Reset ( ) : void
SetNextOutputBuffer ( Array buffer, int index, int count ) : void