C# 클래스 System.Text.Encoder

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

Private Properties

프로퍼티 타입 설명
Convert void
Convert void
GetByteCount int
GetBytes int
Reset void
SerializeEncoder void

공개 메소드들

메소드 설명
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Encoder() 보호된 메소드

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

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

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

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

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