Method |
Description |
|
ClearMustFlush ( ) : void |
|
|
Convert ( byte bytes, int byteCount, char chars, int charCount, bool flush, int &bytesUsed, int &charsUsed, bool &completed ) : void |
|
|
Convert ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, int charCount, bool flush, int &bytesUsed, int &charsUsed, bool &completed ) : void |
|
|
DecoderNLS ( ) : System |
|
|
DecoderNLS ( EncodingNLS encoding ) : System |
|
|
GetCharCount ( byte bytes, int count, bool flush ) : int |
|
|
GetCharCount ( byte bytes, int index, int count, bool flush ) : int |
|
|
GetChars ( byte bytes, int byteCount, char chars, int charCount, bool flush ) : int |
|
|
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int |
|
|
ISerializable ( SerializationInfo info, StreamingContext context ) : void |
|
|