Method | Description | |
---|---|---|
GetByteCountImpl ( char chars, int charCount ) : int | ||
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int | ||
GetCharCount ( byte bytes, int index, int count ) : int | ||
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
GetMaxByteCount ( int charCount ) : int | ||
GetMaxCharCount ( int byteCount ) : int | ||
ISO2022JPEncoding ( int codePage, bool allow1ByteKana, bool allowShiftIO ) : System |
Method | Description | |
---|---|---|
GetBytesInternal ( char chars, int charCount, byte bytes, int byteCount, bool flush, object state ) : int |
public GetByteCountImpl ( char chars, int charCount ) : int | ||
chars | char | |
charCount | int | |
return | int |
public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int | ||
chars | char | |
charCount | int | |
bytes | byte | |
byteCount | int | |
return | int |
protected GetBytesInternal ( char chars, int charCount, byte bytes, int byteCount, bool flush, object state ) : int | ||
chars | char | |
charCount | int | |
bytes | byte | |
byteCount | int | |
flush | bool | |
state | object | |
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 ISO2022JPEncoding ( int codePage, bool allow1ByteKana, bool allowShiftIO ) : System | ||
codePage | int | |
allow1ByteKana | bool | |
allowShiftIO | bool | |
return | System |