Метод |
Описание |
|
ClearMustFlush ( ) : void |
|
|
Convert ( char chars, int charCount, byte bytes, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void |
|
|
Convert ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void |
|
|
EncoderNLS ( ) : System |
|
|
EncoderNLS ( EncodingNLS encoding ) : System |
|
|
GetByteCount ( char chars, int count, bool flush ) : int |
|
|
GetByteCount ( char chars, int index, int count, bool flush ) : int |
|
|
GetBytes ( char chars, int charCount, byte bytes, int byteCount, bool flush ) : int |
|
|
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int |
|
|
ISerializable ( SerializationInfo info, StreamingContext context ) : void |
|
|