Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetByteCount ( char chars, int index, int count ) : int | ||
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
GetCharCount ( byte bytes, int index, int count ) : int | ||
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
GetHashCode ( ) : int | ||
GetMaxByteCount ( int charCount ) : int | ||
GetMaxCharCount ( int byteCount ) : int | ||
UTF7Encoding ( ) : System | ||
UTF7Encoding ( bool allowOptionals ) : System |
Method | Description | |
---|---|---|
GetDecoder ( ) : System.Text.Decoder | ||
GetEncoder ( ) : System.Text.Encoder | ||
InternalGetByteCount ( char chars, int index, int count, bool flush, int leftOver, bool isInShifted, bool allowOptionals ) : int | ||
InternalGetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush, int &leftOver, bool &isInShifted, bool allowOptionals ) : int | ||
InternalGetCharCount ( byte bytes, int index, int count, int leftOver ) : int | ||
InternalGetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, int &leftOver ) : int |
public GetByteCount ( char chars, int index, int count ) : int | ||
chars | char | |
index | int | |
count | int | |
return | int |
public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
chars | char | |
charIndex | int | |
charCount | int | |
bytes | byte | |
byteIndex | int | |
return | int |
public GetCharCount ( byte bytes, int index, int count ) : int | ||
bytes | byte | |
index | int | |
count | int | |
return | int |
public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
bytes | byte | |
byteIndex | int | |
byteCount | int | |
chars | char | |
charIndex | int | |
return | int |
public GetMaxByteCount ( int charCount ) : int | ||
charCount | int | |
return | int |
public GetMaxCharCount ( int byteCount ) : int | ||
byteCount | int | |
return | int |
public UTF7Encoding ( bool allowOptionals ) : System | ||
allowOptionals | bool | |
return | System |