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 vendors/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
Methods summary
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
|
#
__clone( )
Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey. |
Magic methods summary
Properties summary
private
mixed
|
$_keyCache |
#
The KeyCache being written to |
private
mixed
|
$_nsKey |
#
The nsKey of the KeyCache being written to |
private
mixed
|
$_itemKey |
#
The itemKey of the KeyCache being written to |
private
mixed
|
$_writeThrough |
#
A stream to write through on each write() |