프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Decode | int | ||
Decode | int | ||
Decode | void | ||
Reset | void | ||
SetNextOutputBuffer | void |
메소드 | 설명 | |
---|---|---|
Decode ( char chars, bool allowOddChars ) : 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, bool &hasHalfByteCached, byte &cachedHalfByte, int &charsDecoded, int &bytesDecoded ) : void | ||
Reset ( ) : void | ||
SetNextOutputBuffer ( |
public static Decode ( char chars, bool allowOddChars ) : byte[] | ||
chars | char | |
allowOddChars | bool | |
리턴 | byte[] |