C# Class System.Text.SuperEncoding.SuperDecoder

Inheritance: Decoder
显示文件 Open project: chenrensong/Encoding.UWP

Public Properties

Property Type Description
pendingByte byte

Public Methods

Method Description
GetCharCount ( byte bytes, int index, int count ) : int
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
SuperDecoder ( SuperEncoding encoding ) : System.Collections.Generic

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

SuperDecoder() public method

public SuperDecoder ( SuperEncoding encoding ) : System.Collections.Generic
encoding SuperEncoding
return System.Collections.Generic

Property Details

pendingByte public_oe property

public byte pendingByte
return byte