PHP Class Swift_Mime_ContentEncoder_Base64ContentEncoder, Halite

Author: Chris Corbyn
Inheritance: extends Swift_Encoder_Base64Encoder, implements Swift_Mime_ContentEncoder
Show file Open project: HaliteChallenge/Halite

Public Methods

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

Method Details

encodeByteStream() public method

Encode stream $in to stream $out.
public encodeByteStream ( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset, $maxLineLength )
$os Swift_OutputByteStream
$is Swift_InputByteStream
$firstLineOffset integer

getName() public method

Returns the string 'base64'.
public getName ( ) : string
return string