Class Swift_CharacterStream_NgCharacterStream
A CharacterStream implementation which stores characters in an internal array.
- Swift_CharacterStream_NgCharacterStream implements Swift_CharacterStream
Package: Swift\CharacterStream
Author: Xavier De Cock xdecock@gmail.com
Located at classes/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
Author: Xavier De Cock xdecock@gmail.com
Located at classes/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
public
|
|
public
|
|
public
|
#
setCharacterReaderFactory(
Set the CharacterReaderFactory for multi charset support. |
public
|
|
public
|
|
public
|
|
public
string
|
|
public
int[]
|
|
public
|
|
public
|
private
|
$_charReader
The char reader (lazy-loaded) for the current charset. |
|
private
|
$_charReaderFactory
A factory for creatiing CharacterReader instances. |
|
private
string
|
$_charset
The character set this stream is using. |
|
private
string
|
$_datas
The datas stored as is |
#
""
|
private
integer
|
$_datasSize
Number of bytes in the stream |
#
0
|
private
mixed
|
$_map
Map |
|
private
integer
|
$_mapType
Map Type |
#
0
|
private
integer
|
$_charCount
Number of characters in the stream |
#
0
|
private
unknown_type
|
$_currentPos
Position in the stream |
#
0
|