C# 클래스 System.Text.Encoding.DefaultDecoder

상속: Decoder, ISerializable, IObjectReference
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
DefaultDecoder ( Encoding encoding ) : System
GetCharCount ( byte bytes, int count, bool flush ) : int
GetCharCount ( byte bytes, int index, int count ) : 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 ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex, bool flush ) : int
GetRealObject ( StreamingContext context ) : Object

비공개 메소드들

메소드 설명
DefaultDecoder ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

DefaultDecoder() 공개 메소드

public DefaultDecoder ( Encoding encoding ) : System
encoding Encoding
리턴 System

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes, int count, bool flush ) : int
bytes byte
count int
flush bool
리턴 int

GetCharCount() 공개 메소드

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

GetCharCount() 공개 메소드

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

GetChars() 공개 메소드

public GetChars ( byte bytes, int byteCount, char chars, int charCount, bool flush ) : int
bytes byte
byteCount int
chars char
charCount int
flush bool
리턴 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

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

GetRealObject() 공개 메소드

public GetRealObject ( StreamingContext context ) : Object
context System.Runtime.Serialization.StreamingContext
리턴 Object