C# Class System.Text.UTF7Encoding.UTF7Decoder

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

Public Methods

Method Description
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
UTF7Decoder ( ) : System

Method Details

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
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

UTF7Decoder() public method

public UTF7Decoder ( ) : System
return System