C# 클래스 System.Text.DecoderNLS

상속: Decoder
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_encoding EncodingNLS
m_mustFlush bool

Private Properties

프로퍼티 타입 설명
ClearMustFlush void
Convert void
Convert void
DecoderNLS System
DecoderNLS System
GetCharCount int
GetCharCount int
GetChars int
GetChars int
ISerializable void

공개 메소드들

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

비공개 메소드들

메소드 설명
ClearMustFlush ( ) : void
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
DecoderNLS ( ) : System
DecoderNLS ( EncodingNLS encoding ) : System
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
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int
ISerializable ( SerializationInfo info, StreamingContext context ) : 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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

m_encoding 보호되어 있는 프로퍼티

protected EncodingNLS,System.Text m_encoding
리턴 EncodingNLS

m_mustFlush 보호되어 있는 프로퍼티

protected bool m_mustFlush
리턴 bool