C# Class System.Text.Encoding.DefaultDecoder

Inheritance: Decoder, ISerializable, IObjectReference
显示文件 Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
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

Private Methods

Method Description
DefaultDecoder ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Method Details

DefaultDecoder() public method

public DefaultDecoder ( Encoding encoding ) : System
encoding Encoding
return System

GetCharCount() public method

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

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int

GetCharCount() public method

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

GetChars() public method

public GetChars ( byte bytes, int byteCount, char chars, int charCount, bool flush ) : int
bytes byte
byteCount int
chars char
charCount int
flush bool
return int

GetChars() public method

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int

GetChars() public method

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
return int

GetRealObject() public method

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