C# Class System.Text.Encoding.EncodingCharBuffer

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AddChar bool
AddChar bool
AddChar bool
AdjustBytes void
EncodingCharBuffer System
EvenMoreData bool
Fallback bool
Fallback bool
Fallback bool
GetNextByte byte

Private Methods

Method Description
AddChar ( char ch ) : bool
AddChar ( char ch1, char ch2, int numBytes ) : bool
AddChar ( char ch, int numBytes ) : bool
AdjustBytes ( int count ) : void
EncodingCharBuffer ( Encoding enc, DecoderNLS decoder, char charStart, int charCount, byte byteStart, int byteCount ) : System
EvenMoreData ( int count ) : bool
Fallback ( byte fallbackByte ) : bool
Fallback ( byte byte1, byte byte2 ) : bool
Fallback ( byte byte1, byte byte2, byte byte3, byte byte4 ) : bool
GetNextByte ( ) : byte