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

Class: Swift_Mime_ContentEncoder

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

Interface Overview

Swift_Mime_CharsetObserver
   |
   --Swift_Encoder
      |
      --Swift_Mime_ContentEncoder

Interface for all Transfer Encoding schemes.


Author(s):

  • Chris Corbyn

Methods


Inherited Methods

Class: Swift_Encoder

Swift_Encoder::encodeString()
Encode a given string to produce an encoded string.

Class: Swift_Mime_CharsetObserver

Swift_Mime_CharsetObserver::charsetChanged()
Notify this observer that the entity's charset has changed.

Class Details

[line 21]
Interface for all Transfer Encoding schemes.



Tags:

author:  Chris Corbyn
filesource:  Source Code for this file


[ Top ]


Class Methods


method encodeByteStream [line 31]

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

Encode $in to $out.



Tags:

access:  public


Parameters:

Swift_OutputByteStream   $os   to read from
Swift_InputByteStream   $is   to write to
int   $firstLineOffset  
int   $maxLineLength   - 0 indicates the default length for this encoding

[ Top ]

method getName [line 39]

string getName( )

Get the MIME name of this content encoding scheme.



Tags:

access:  public


[ Top ]


Documentation generated on Mon, 05 Sep 2011 20:33:00 -0500 by phpDocumentor 1.4.3