C# 클래스 DDay.iCal.Serialization.EncodingProvider

상속: IEncodingProvider
파일 보기 프로젝트 열기: nachocove/DDay-iCal-Xamarin

공개 메소드들

메소드 설명
DecodeData ( string encoding, string value ) : byte[]
DecodeString ( string encoding, string value ) : string
Encode ( string encoding, byte data ) : string
EncodingProvider ( ISerializationContext ctx ) : System

보호된 메소드들

메소드 설명
Decode7Bit ( string value ) : byte[]
Decode8Bit ( string value ) : byte[]
DecodeBase64 ( string value ) : byte[]
Encode7Bit ( byte data ) : string
Encode8Bit ( byte data ) : string
EncodeBase64 ( byte data ) : string
GetDecoderFor ( string encoding ) : DecoderDelegate
GetEncoderFor ( string encoding ) : EncoderDelegate

메소드 상세

Decode7Bit() 보호된 메소드

protected Decode7Bit ( string value ) : byte[]
value string
리턴 byte[]

Decode8Bit() 보호된 메소드

protected Decode8Bit ( string value ) : byte[]
value string
리턴 byte[]

DecodeBase64() 보호된 메소드

protected DecodeBase64 ( string value ) : byte[]
value string
리턴 byte[]

DecodeData() 공개 메소드

public DecodeData ( string encoding, string value ) : byte[]
encoding string
value string
리턴 byte[]

DecodeString() 공개 메소드

public DecodeString ( string encoding, string value ) : string
encoding string
value string
리턴 string

Encode() 공개 메소드

public Encode ( string encoding, byte data ) : string
encoding string
data byte
리턴 string

Encode7Bit() 보호된 메소드

protected Encode7Bit ( byte data ) : string
data byte
리턴 string

Encode8Bit() 보호된 메소드

protected Encode8Bit ( byte data ) : string
data byte
리턴 string

EncodeBase64() 보호된 메소드

protected EncodeBase64 ( byte data ) : string
data byte
리턴 string

EncodingProvider() 공개 메소드

public EncodingProvider ( ISerializationContext ctx ) : System
ctx ISerializationContext
리턴 System

GetDecoderFor() 보호된 메소드

protected GetDecoderFor ( string encoding ) : DecoderDelegate
encoding string
리턴 DecoderDelegate

GetEncoderFor() 보호된 메소드

protected GetEncoderFor ( string encoding ) : EncoderDelegate
encoding string
리턴 EncoderDelegate