C# Class Portable.Text.UTF32Encoding

Inheritance: Encoding
Show file Open project: jstedfast/Portable.Text.Encoding

Public Methods

Method Description
Equals ( Object obj ) : bool
GetByteCount ( char chars, int count ) : int
GetByteCount ( char chars, int index, int count ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetHashCode ( ) : int
GetMaxByteCount ( int charCount ) : int
GetMaxCharCount ( int byteCount ) : int
GetPreamble ( ) : byte[]
UTF32Encoding ( ) : System
UTF32Encoding ( bool bigEndian, bool byteOrderMark ) : System
UTF32Encoding ( bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters ) : System

Private Methods

Method Description
GetDecoder ( ) : System.Text.Decoder

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetByteCount() public method

public GetByteCount ( char chars, int count ) : int
chars char
count int
return int

GetByteCount() public method

public GetByteCount ( char chars, int index, int count ) : int
chars char
index int
count int
return int

GetBytes() public method

public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
chars char
charIndex int
charCount int
bytes byte
byteIndex int
return int

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetChars() public method

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetMaxByteCount() public method

public GetMaxByteCount ( int charCount ) : int
charCount int
return int

GetMaxCharCount() public method

public GetMaxCharCount ( int byteCount ) : int
byteCount int
return int

GetPreamble() public method

public GetPreamble ( ) : byte[]
return byte[]

UTF32Encoding() public method

public UTF32Encoding ( ) : System
return System

UTF32Encoding() public method

public UTF32Encoding ( bool bigEndian, bool byteOrderMark ) : System
bigEndian bool
byteOrderMark bool
return System

UTF32Encoding() public method

public UTF32Encoding ( bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters ) : System
bigEndian bool
byteOrderMark bool
throwOnInvalidCharacters bool
return System