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

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

공개 메소드들

메소드 설명
DefaultEncoder ( Encoding encoding ) : System
GetByteCount ( char chars, int count, bool flush ) : int
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
GetRealObject ( StreamingContext context ) : Object

비공개 메소드들

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

메소드 상세

DefaultEncoder() 공개 메소드

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

GetByteCount() 공개 메소드

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

GetByteCount() 공개 메소드

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

GetBytes() 공개 메소드

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

GetBytes() 공개 메소드

public 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

GetRealObject() 공개 메소드

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