C# 클래스 Portable.Text.UTF32Encoding

상속: Encoding
파일 보기 프로젝트 열기: jstedfast/Portable.Text.Encoding

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetDecoder ( ) : System.Text.Decoder

메소드 상세

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetByteCount() 공개 메소드

public GetByteCount ( char chars, int count ) : int
chars char
count int
리턴 int

GetByteCount() 공개 메소드

public GetByteCount ( char chars, int index, int count ) : int
chars char
index int
count int
리턴 int

GetBytes() 공개 메소드

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

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
리턴 int

GetChars() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetMaxByteCount() 공개 메소드

public GetMaxByteCount ( int charCount ) : int
charCount int
리턴 int

GetMaxCharCount() 공개 메소드

public GetMaxCharCount ( int byteCount ) : int
byteCount int
리턴 int

GetPreamble() 공개 메소드

public GetPreamble ( ) : byte[]
리턴 byte[]

UTF32Encoding() 공개 메소드

public UTF32Encoding ( ) : System
리턴 System

UTF32Encoding() 공개 메소드

public UTF32Encoding ( bool bigEndian, bool byteOrderMark ) : System
bigEndian bool
byteOrderMark bool
리턴 System

UTF32Encoding() 공개 메소드

public UTF32Encoding ( bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters ) : System
bigEndian bool
byteOrderMark bool
throwOnInvalidCharacters bool
리턴 System