![]() |
TYPO3
7.6
|
Public Member Functions | |
setKeyCache (Swift_KeyCache $keyCache) | |
setNsKey ($nsKey) | |
setItemKey ($itemKey) | |
setWriteThroughStream (Swift_InputByteStream $is) | |
__clone () | |
![]() | |
write ($bytes) | |
commit () | |
bind (Swift_InputByteStream $is) | |
unbind (Swift_InputByteStream $is) | |
flushBuffers () | |
Writes data to a KeyCache using a stream.
Definition at line 16 of file KeyCacheInputStream.php.
__clone | ( | ) |
Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.
Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.
setItemKey | ( | $itemKey | ) |
Set the itemKey which will be written to.
string | $itemKey |
Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.
setKeyCache | ( | Swift_KeyCache | $keyCache | ) |
Set the KeyCache to wrap.
Swift_KeyCache | $keyCache |
Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.
setNsKey | ( | $nsKey | ) |
Set the nsKey which will be written to.
string | $nsKey |
Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.
setWriteThroughStream | ( | Swift_InputByteStream | $is | ) |
Specify a stream to write through for each write().
Swift_InputByteStream | $is |
Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.