|
XOOPS RMCommon Utilities
2.1.8.91RC
|

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