C# 클래스 Portable.Text.UTF8Encoding

상속: 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 charCount, byte bytes, int byteCount ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
GetCharCount ( byte bytes, int count ) : int
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount ) : 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[]
UTF8Encoding ( ) : System
UTF8Encoding ( bool encoderShouldEmitUTF8Identifier ) : System
UTF8Encoding ( bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes ) : System

비공개 메소드들

메소드 설명
Fallback ( object provider, DecoderFallbackBuffer &buffer, byte &bufferArg, byte bytes, long index, uint size ) : int
Fallback ( object provider, DecoderFallbackBuffer &buffer, byte &bufferArg, byte bytes, long byteIndex, uint size, char chars, int &charIndex ) : void
GetDecoder ( ) : System.Text.Decoder
GetEncoder ( ) : System.Text.Encoder
GetFallbackChars ( char chars, char start, EncoderFallback fallback, EncoderFallbackBuffer &buffer ) : char[]
InternalGetByteCount ( char chars, int count, EncoderFallback fallback, char &leftOver, bool flush ) : int
InternalGetByteCount ( char chars, int index, int count, EncoderFallback fallback, char &leftOver, bool flush ) : int
InternalGetBytes ( char chars, int count, byte bytes, int bcount, EncoderFallback fallback, EncoderFallbackBuffer &buffer, char &leftOver, bool flush ) : int
InternalGetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, EncoderFallback fallback, EncoderFallbackBuffer &buffer, char &leftOver, bool flush ) : int
InternalGetCharCount ( byte bytes, int index, int count, uint leftOverBits, uint leftOverCount, object provider, DecoderFallbackBuffer &fallbackBuffer, byte &bufferArg, bool flush ) : int
InternalGetCharCount ( byte bytes, int count, uint leftOverBits, uint leftOverCount, object provider, DecoderFallbackBuffer &fallbackBuffer, byte &bufferArg, bool flush ) : int
InternalGetChars ( byte bytes, int byteCount, char chars, int charCount, uint &leftOverBits, uint &leftOverCount, object provider, DecoderFallbackBuffer &fallbackBuffer, byte &bufferArg, bool flush ) : int
InternalGetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, uint &leftOverBits, uint &leftOverCount, object provider, DecoderFallbackBuffer &fallbackBuffer, byte &bufferArg, bool flush ) : int

메소드 상세

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 charCount, byte bytes, int byteCount ) : int
chars char
charCount int
bytes byte
byteCount 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

GetBytes() 공개 메소드

public GetBytes ( string s, int charIndex, int charCount, byte bytes, int byteIndex ) : int
s string
charIndex int
charCount int
bytes byte
byteIndex int
리턴 int

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes, int count ) : int
bytes byte
count 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 byteCount, char chars, int charCount ) : int
bytes byte
byteCount int
chars char
charCount 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[]

UTF8Encoding() 공개 메소드

public UTF8Encoding ( ) : System
리턴 System

UTF8Encoding() 공개 메소드

public UTF8Encoding ( bool encoderShouldEmitUTF8Identifier ) : System
encoderShouldEmitUTF8Identifier bool
리턴 System

UTF8Encoding() 공개 메소드

public UTF8Encoding ( bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes ) : System
encoderShouldEmitUTF8Identifier bool
throwOnInvalidBytes bool
리턴 System