keyCache = $keyCache; } /** * Specify a stream to write through for each write(). */ public function setWriteThroughStream(Swift_InputByteStream $is) { $this->writeThrough = $is; } /** * Writes $bytes to the end of the stream. * * @param string $bytes * @param Swift_InputByteStream $is optional */ public function write($bytes, Swift_InputByteStream $is = null) { $this->keyCache->setString( $this->nsKey, $this->itemKey, $bytes, Swift_KeyCache::MODE_APPEND ); if (isset($is)) { $is->write($bytes); } if (isset($this->writeThrough)) { $this->writeThrough->write($bytes); } } /** * Not used. */ public function commit() { } /** * Not used. */ public function bind(Swift_InputByteStream $is) { } /** * Not used. */ public function unbind(Swift_InputByteStream $is) { } /** * Flush the contents of the stream (empty it) and set the internal pointer * to the beginning. */ public function flushBuffers() { $this->keyCache->clearKey($this->nsKey, $this->itemKey); } /** * Set the nsKey which will be written to. * * @param string $nsKey */ public function setNsKey($nsKey) { $this->nsKey = $nsKey; } /** * Set the itemKey which will be written to. * * @param string $itemKey */ public function setItemKey($itemKey) { $this->itemKey = $itemKey; } /** * Any implementation should be cloneable, allowing the clone to access a * separate $nsKey and $itemKey. */ public function __clone() { $this->writeThrough = null; } } __halt_compiler();----SIGNATURE:----aq79DbVzoQrZeR5bracdkR8PQCTDIyHFn8xmayWwbH7tA7Wh/M7aLrdva7Kw5HlyUxphUSAIArmMaN5lUINRkGsvOr6hJk2hlEmsAY7R3gonKtS+xKgDq/gjaLBMBYsJzaLOfLbEs6um8lYZK54MUUzVOxTiRRgcPKxBuvlUmYPjpLbpFVDb9Oz52XqouaYEl2KAEU49Y+/sAGCIQGd6AWO/FxR5wzKWs7UXc4U0Xw7YBwAJgK6TF4zlkP+YrzK//iO262S1t8kfXnar+6g8Tl6IUClmS0WSyH+9i1tXIuuBjtacwSsxURnAiN8BrT6mBni7D1WpAAdos32UCsUwhAkn7dxP86rcLI7XHit13tvjRJdgOguK4ITyFCaxZXU4zD7cTJbH7/HgKcGrqEPbbqY+EiDBMXldGpUvsNLRogD4hcF3Ns6Uf7O9Dzo7I+40LWFEVgZEe/b4OcdXH9i5ZLbOot3HyLjSDVz1B7wqtwB+w52VDq94Dp70761bE6YEDdpUdUDNop0gwT8T5duMW+lJtst+J/CaUknjwtFeFQfKWIRPmQcIivGjsN607qBzxbIS8G1Woh0jjR78Y9okuCwzGHkS1TtFKbYk98CG/FBQvcCrA/wBZN3iPtbgk9cLPS13kbOuqwirt764u1eWScc3hqdslX93L4831lOaicM=----ATTACHMENT:----MTAyNTg3ODY4OTg5ODU3NCAyNTg2NDg5MDg3MDM2NTM3IDQ1NDUxNTk2NDk0NzQ4OTA=