C# 클래스 System.Text.Decoder

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Convert void
Convert void
GetCharCount int
GetCharCount int
GetChars int
Reset void
SerializeDecoder void

공개 메소드들

메소드 설명
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int

보호된 메소드들

메소드 설명
Decoder ( ) : System.Runtime.Serialization

비공개 메소드들

메소드 설명
Convert ( byte bytes, int byteCount, char chars, int charCount, bool flush, int &bytesUsed, int &charsUsed, bool &completed ) : void
Convert ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, int charCount, bool flush, int &bytesUsed, int &charsUsed, bool &completed ) : void
GetCharCount ( byte bytes, int count, bool flush ) : int
GetCharCount ( byte bytes, int index, int count, bool flush ) : int
GetChars ( byte bytes, int byteCount, char chars, int charCount, bool flush ) : int
Reset ( ) : void
SerializeDecoder ( SerializationInfo info ) : void

메소드 상세

Decoder() 보호된 메소드

protected Decoder ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

GetCharCount() 공개 추상적인 메소드

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

GetChars() 공개 추상적인 메소드

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

GetChars() 공개 메소드

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