C# Class System.Text.EncoderNLS

Inheritance: Encoder, ISerializable
显示文件 Open project: dotnet/corefx Class Usage Examples

Protected Properties

Property Type Description
m_encoding EncodingNLS
m_mustFlush bool

Private Properties

Property Type Description
ClearMustFlush void
Convert void
Convert void
EncoderNLS System
EncoderNLS System
GetByteCount int
GetByteCount int
GetBytes int
GetBytes int
ISerializable void

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
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

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

m_encoding protected_oe property

protected EncodingNLS,System.Text m_encoding
return EncodingNLS

m_mustFlush protected_oe property

protected bool m_mustFlush
return bool