Swift_KeyCache_SimpleKeyCacheInputStream::setWriteThroughStream PHP Method

setWriteThroughStream() public method

Specify a stream to write through for each write().
public setWriteThroughStream ( Swift_InputByteStream $is )
$is Swift_InputByteStream
    public function setWriteThroughStream(Swift_InputByteStream $is)
    {
        $this->_writeThrough = $is;
    }