PHP Interface Swift_Mime_ContentEncoder, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Encoder
Show file Open project: HaliteChallenge/Halite Interface Usage Examples

Public Methods

Method Description
encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength ) Encode $in to $out.
getName ( ) : string Get the MIME name of this content encoding scheme.

Method Details

encodeByteStream() public method

Encode $in to $out.
public encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, integer $maxLineLength )
$os Swift_OutputByteStream to read from
$is Swift_InputByteStream to write to
$firstLineOffset integer
$maxLineLength integer - 0 indicates the default length for this encoding

getName() public method

Get the MIME name of this content encoding scheme.
public getName ( ) : string
return string