XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_KeyCache_KeyCacheInputStream Interface Reference
Inheritance diagram for Swift_KeyCache_KeyCacheInputStream:
Inheritance graph

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)
 

Detailed Description

Definition at line 20 of file KeyCacheInputStream.php.

Member Function Documentation

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.

Parameters
string$itemKey

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.

Swift_KeyCache_KeyCacheInputStream::setKeyCache ( Swift_KeyCache  $keyCache)

Set the KeyCache to wrap.

Parameters
Swift_KeyCache$keyCache

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.

Swift_KeyCache_KeyCacheInputStream::setNsKey (   $nsKey)

Set the nsKey which will be written to.

Parameters
string$nsKey

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.

Swift_KeyCache_KeyCacheInputStream::setWriteThroughStream ( Swift_InputByteStream  $is)

Specify a stream to write through for each write().

Parameters
Swift_InputByteStream$is

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.


The documentation for this interface was generated from the following file: