C# Class System.Text.Encoding.ForwardingEncoder

Inheritance: Encoder
显示文件 Open project: runefs/Marvin

Public Methods

Method Description
ForwardingEncoder ( Encoding enc ) : System
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteCount, bool flush ) : int

Method Details

ForwardingEncoder() public method

public ForwardingEncoder ( Encoding enc ) : System
enc Encoding
return System

GetByteCount() public method

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

GetBytes() public method

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