XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Mime_ContentEncoder Interface Reference
Inheritance diagram for Swift_Mime_ContentEncoder:
Inheritance graph

Public Member Functions

 encodeByteStream (Swift_OutputByteStream $os, Swift_InputByteStream $is, $firstLineOffset=0, $maxLineLength=0)
 
 getName ()
 
- Public Member Functions inherited from Swift_Encoder
 encodeString ($string, $firstLineOffset=0, $maxLineLength=0)
 
- Public Member Functions inherited from Swift_Mime_CharsetObserver
 charsetChanged ($charset)
 

Detailed Description

Definition at line 21 of file ContentEncoder.php.

Member Function Documentation

Swift_Mime_ContentEncoder::encodeByteStream ( Swift_OutputByteStream  $os,
Swift_InputByteStream  $is,
  $firstLineOffset = 0,
  $maxLineLength = 0 
)

Encode $in to $out.

Parameters
Swift_OutputByteStream$osto read from
Swift_InputByteStream$isto write to
int$firstLineOffset
int$maxLineLength- 0 indicates the default length for this encoding

Implemented in Swift_Mime_ContentEncoder_PlainContentEncoder, Swift_Mime_ContentEncoder_QpContentEncoder, and Swift_Mime_ContentEncoder_Base64ContentEncoder.

Swift_Mime_ContentEncoder::getName ( )

Get the MIME name of this content encoding scheme.

Returns
string

Implemented in Swift_Mime_ContentEncoder_QpContentEncoder, Swift_Mime_ContentEncoder_PlainContentEncoder, and Swift_Mime_ContentEncoder_Base64ContentEncoder.

Referenced by Swift_Mime_SimpleMimeEntity\setEncoder().

Here is the caller graph for this function:


The documentation for this interface was generated from the following file: