Open Rails

ByteEncoding Members

ByteEncoding overview

Public Static Fields

Encoding

Public Instance Constructors

ByteEncoding Constructor Initializes a new instance of the ByteEncoding class.

Public Instance Properties

BodyName (inherited from Encoding)When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.
CodePage (inherited from Encoding)When overridden in a derived class, gets the code page identifier of the current Encoding.
DecoderFallback (inherited from Encoding)Gets or sets the DecoderFallback object for the current Encoding object.
EncoderFallback (inherited from Encoding)Gets or sets the EncoderFallback object for the current Encoding object.
EncodingName (inherited from Encoding)When overridden in a derived class, gets the human-readable description of the current encoding.
HeaderName (inherited from Encoding)When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags.
IsBrowserDisplay (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content.
IsBrowserSave (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content.
IsMailNewsDisplay (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for displaying content.
IsMailNewsSave (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for saving content.
IsReadOnly (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding is read-only.
IsSingleByte (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points.
WebName (inherited from Encoding)When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding.
WindowsCodePage (inherited from Encoding)When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding.

Public Instance Methods

Clone (inherited from Encoding)When overridden in a derived class, creates a shallow copy of the current Encoding object.
Equals (inherited from Encoding)Determines whether the specified Object is equal to the current instance.
GetByteCountOverloaded. Calculates the number of bytes produced by encoding a set of characters from the specified character array.
GetByteCount (inherited from Encoding)Overloaded. When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
GetBytesOverloaded. Encodes a set of characters from the specified character array into the specified byte array.
GetBytes (inherited from Encoding)Overloaded. When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
GetCharCountOverloaded. Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array.
GetCharCount (inherited from Encoding)Overloaded. When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
GetCharsOverloaded. Decodes a sequence of bytes from the specified byte array into the specified character array.
GetChars (inherited from Encoding)Overloaded. When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
GetDecoder (inherited from Encoding)When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.
GetEncoder (inherited from Encoding)When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes.
GetHashCode (inherited from Encoding)Returns the hash code for the current instance.
GetMaxByteCount Calculates the maximum number of bytes produced by encoding the specified number of characters.
GetMaxCharCount Calculates the maximum number of characters produced by decoding the specified number of bytes.
GetPreamble (inherited from Encoding)When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
GetString (inherited from Encoding)Overloaded. When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
GetType (inherited from Object)Gets the Type of the current instance.
IsAlwaysNormalized (inherited from Encoding)Overloaded. Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ByteEncoding Class | ORTS.IO Namespace