C# Class System.Text.Encoding.EncodingByteBuffer

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

Private Properties

Property Type Description
AddByte bool
AddByte bool
AddByte bool
AddByte bool
AddByte bool
AddByte bool
AddByte bool
EncodingByteBuffer System
Fallback bool
GetNextChar char
MovePrevious void

Private Methods

Method Description
AddByte ( byte b1 ) : bool
AddByte ( byte b1, byte b2 ) : bool
AddByte ( byte b1, byte b2, byte b3 ) : bool
AddByte ( byte b1, byte b2, byte b3, byte b4 ) : bool
AddByte ( byte b1, byte b2, byte b3, int moreBytesExpected ) : bool
AddByte ( byte b1, byte b2, int moreBytesExpected ) : bool
AddByte ( byte b, int moreBytesExpected ) : bool
EncodingByteBuffer ( Encoding inEncoding, EncoderNLS inEncoder, byte inByteStart, int inByteCount, char inCharStart, int inCharCount ) : System
Fallback ( char charFallback ) : bool
GetNextChar ( ) : char
MovePrevious ( bool bThrow ) : void