Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_KeyCache_ArrayKeyCache
  • Swift_KeyCache_DiskKeyCache
  • Swift_KeyCache_DummyKeyCache
  • Swift_KeyCache_NullKeyCache
  • Swift_KeyCache_SimpleKeyCacheInputStream

Interfaces

  • Swift_KeyCache
  • Swift_KeyCache_KeyCacheInputStream
  • Overview
  • Package
  • Class
  • Todo
  • Download

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
Methods summary
public
# setKeyCache( Swift_KeyCache $keyCache )

Set the KeyCache to wrap.

Set the KeyCache to wrap.

Parameters

$keyCache

Implementation of

Swift_KeyCache_KeyCacheInputStream::setKeyCache()
public
# setWriteThroughStream( Swift_InputByteStream $is )

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

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

Parameters

$is

Implementation of

Swift_KeyCache_KeyCacheInputStream::setWriteThroughStream()
public integer
# write( string $bytes, Swift_InputByteStream $is = null )

Writes $bytes to the end of the stream.

Writes $bytes to the end of the stream.

Parameters

$bytes
$is
$is, optional

Returns

integer

Throws

Swift_IoException

Implementation of

Swift_InputByteStream::write()
public
# commit( )

Not used.

Not used.

Throws

Swift_IoException

Implementation of

Swift_InputByteStream::commit()
public
# bind( Swift_InputByteStream $is )

Not used.

Not used.

Parameters

$is

Implementation of

Swift_InputByteStream::bind()
public
# unbind( Swift_InputByteStream $is )

Not used.

Not used.

Parameters

$is

Implementation of

Swift_InputByteStream::unbind()
public
# flushBuffers( )

Flush the contents of the stream (empty it) and set the internal pointer to the beginning.

Flush the contents of the stream (empty it) and set the internal pointer to the beginning.

Throws

Swift_IoException

Implementation of

Swift_InputByteStream::flushBuffers()
public
# setNsKey( string $nsKey )

Set the nsKey which will be written to.

Set the nsKey which will be written to.

Parameters

$nsKey

Implementation of

Swift_KeyCache_KeyCacheInputStream::setNsKey()
public
# setItemKey( string $itemKey )

Set the itemKey which will be written to.

Set the itemKey which will be written to.

Parameters

$itemKey

Implementation of

Swift_KeyCache_KeyCacheInputStream::setItemKey()
public
# __clone( )

Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.

Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.

Implementation of

Swift_KeyCache_KeyCacheInputStream::__clone()
Properties summary
private $_keyCache

The KeyCache being written to

The KeyCache being written to

#
private $_nsKey

The nsKey of the KeyCache being written to

The nsKey of the KeyCache being written to

#
private $_itemKey

The itemKey of the KeyCache being written to

The itemKey of the KeyCache being written to

#
private $_writeThrough

A stream to write through on each write()

A stream to write through on each write()

# null
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen