C# 클래스 System.Xml.SafeAsciiDecoder

상속: System.Text.Decoder
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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 index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
SafeAsciiDecoder ( ) : System.Text

메소드 상세

Convert() 공개 메소드

public Convert ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, int charCount, bool flush, int &bytesUsed, int &charsUsed, bool &completed ) : void
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
charCount int
flush bool
bytesUsed int
charsUsed int
completed bool
리턴 void

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

SafeAsciiDecoder() 공개 메소드

public SafeAsciiDecoder ( ) : System.Text
리턴 System.Text