Class Swift_Mime_ContentEncoder_RawContentEncoder

InheritanceSwift_Mime_ContentEncoder_RawContentEncoder
ImplementsSwift_Mime_ContentEncoder

Handles raw Transfer Encoding in Swift Mailer.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
charsetChanged() Not used. Swift_Mime_ContentEncoder_RawContentEncoder
encodeByteStream() Encode stream $in to stream $out. Swift_Mime_ContentEncoder_RawContentEncoder
encodeString() Encode a given string to produce an encoded string. Swift_Mime_ContentEncoder_RawContentEncoder
getName() Get the name of this encoding scheme. Swift_Mime_ContentEncoder_RawContentEncoder

Method Details

charsetChanged() public method

Not used.

public void charsetChanged ( $charset )
$charset
encodeByteStream() public method

Encode stream $in to stream $out.

public void encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, $firstLineOffset 0, $maxLineLength 0 )
$os
$is
$firstLineOffset int

Ignored

$maxLineLength int

Ignored

encodeString() public method

Encode a given string to produce an encoded string.

public string encodeString ( $string, $firstLineOffset 0, $maxLineLength 0 )
$string string
$firstLineOffset int

Ignored

$maxLineLength int

Ignored

getName() public method

Get the name of this encoding scheme.

public string getName ( )