Methods
Notify this observer that the entity's charset has changed.
charsetChanged(string $charset)
Parameters
$charset
string
Encode $in to $out.
encodeByteStream(\Swift_OutputByteStream $os, \Swift_InputByteStream $is, int $firstLineOffset, int $maxLineLength)
Parameters
$firstLineOffset
int
$maxLineLength
int
- 0 indicates the default length for this encoding
Encode a given string to produce an encoded string.
encodeString(string $string, int $firstLineOffset, int $maxLineLength) : string
Parameters
$string
string
$firstLineOffset
int
if first line needs to be shorter
$maxLineLength
int
- 0 indicates the default length for this encoding
Returns
string
Get the MIME name of this content encoding scheme.
getName() : string