C# Class System.Text.EncoderNLS

Inheritance: Encoder, ISerializable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

Свойство Type Description
m_encoding EncodingNLS
m_mustFlush bool

Private Properties

Свойство Type Description
ClearMustFlush void
Convert void
Convert void
EncoderNLS System
EncoderNLS System
GetByteCount int
GetByteCount int
GetBytes int
GetBytes int
ISerializable void

Méthodes publiques

Méthode Description
Reset ( ) : void

Private Methods

Méthode 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 méthode

public Reset ( ) : void
Résultat void

Property Details

m_encoding protected_oe property

protected EncodingNLS,System.Text m_encoding
Résultat EncodingNLS

m_mustFlush protected_oe property

protected bool m_mustFlush
Résultat bool