Class Swift_KeyCache_SimpleKeyCacheInputStream
Writes data to a KeyCache using a stream.
- Swift_KeyCache_SimpleKeyCacheInputStream implements Swift_KeyCache_KeyCacheInputStream
Package: Swift\KeyCache
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
public
|
|
public
|
#
setWriteThroughStream(
Specify a stream to write through for each write(). |
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
#
flushBuffers( )
Flush the contents of the stream (empty it) and set the internal pointer to the beginning. |
public
|
|
public
|
|
public
|
private
|
$_keyCache
The KeyCache being written to |
|
private
|
$_nsKey
The nsKey of the KeyCache being written to |
|
private
|
$_itemKey
The itemKey of the KeyCache being written to |
|
private
|
$_writeThrough
A stream to write through on each write() |
#
null
|