Method |
Description |
|
__construct ( Swift_ReplacementFilterFactory $replacementFactory ) |
Create a new StreamBuffer using $replacementFactory for transformations. |
|
initialize ( array $params ) |
Perform any initialization needed, using the given $params. |
|
read ( integer $length ) : string | boolean |
Reads $length bytes from the stream into a string and moves the pointer
through the stream by $length. |
|
readLine ( integer $sequence ) : string |
Get a line of output (including any CRLF). |
|
setParam ( string $param, mixed $value ) |
Set an individual param on the buffer (e.g. switching to SSL). |
|
setReadPointer ( $byteOffset ) |
Not implemented |
|
setWriteTranslations ( array $replacements ) |
Set an array of string replacements which should be made on data written
to the buffer. |
|
startTLS ( ) |
|
|
terminate ( ) |
Perform any shutdown logic needed. |
|