Swift
[ class tree: Swift ] [ index: Swift ] [ all elements ]

Class: Swift_Mime_ContentEncoder_Base64ContentEncoder

Source Location: /vendors/swift/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php

Class Overview

Swift_Encoder_Base64Encoder
   |
   --Swift_Mime_ContentEncoder_Base64ContentEncoder

Handles Base 64 Transfer Encoding in Swift Mailer.


Author(s):

  • Chris Corbyn

Implements interfaces:

Methods


Inherited Methods

Class: Swift_Encoder_Base64Encoder

Swift_Encoder_Base64Encoder::charsetChanged()
Does nothing.
Swift_Encoder_Base64Encoder::encodeString()
Takes an unencoded string and produces a Base64 encoded string from it.

Class Details

[line 22]
Handles Base 64 Transfer Encoding in Swift Mailer.



Tags:

author:  Chris Corbyn
filesource:  Source Code for this file


[ Top ]


Class Methods


method encodeByteStream [line 34]

void encodeByteStream( Swift_OutputByteStream $os, Swift_InputByteStream $is, [int $firstLineOffset = 0], [ $maxLineLength = 0], Swift_OutputByteStream $in, Swift_InputByteStream $out, int $maxLineLength,)

Encode stream $in to stream $out.



Tags:

access:  public



Implementation of:
Swift_Mime_ContentEncoder::encodeByteStream()
Encode $in to $out.

Parameters:

Swift_OutputByteStream   $in  
Swift_InputByteStream   $out  
int   $firstLineOffset  
int   $maxLineLength,   optional, 0 indicates the default of 76 bytes
Swift_OutputByteStream   $os  
Swift_InputByteStream   $is  
   $maxLineLength  

[ Top ]

method getName [line 76]

string getName( )

Get the name of this encoding scheme.

Returns the string 'base64'.




Tags:

access:  public



Implementation of:
Swift_Mime_ContentEncoder::getName()
Get the MIME name of this content encoding scheme.
[ Top ]


Documentation generated on Mon, 05 Sep 2011 20:32:08 -0500 by phpDocumentor 1.4.3