Interface Swift_Mime_HeaderEncoder

ExtendsSwift_Encoder
Implemented bySwift_Mime_HeaderEncoder_Base64HeaderEncoder, Swift_Mime_HeaderEncoder_QpHeaderEncoder

Interface for all Header Encoding schemes.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
charsetChanged() Notify this observer that the entity's charset has changed. Swift_Mime_CharsetObserver
encodeString() Encode a given string to produce an encoded string. Swift_Encoder
getName() Get the MIME name of this content encoding scheme. Swift_Mime_HeaderEncoder

Method Details

getName() public abstract method

Get the MIME name of this content encoding scheme.

public abstract string getName ( )