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 vendors/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
Author: Xavier De Cock <xdecock@gmail.com>
Located at vendors/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
Methods summary
public
|
|
public
|
|
public
|
#
setCharacterReaderFactory(
Set the CharacterReaderFactory for multi charset support. |
public
|
|
public
|
|
public
|
|
public
string
|
|
public
int[]
|
|
public
|
|
public
|
Magic methods summary
Properties summary
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 |
private
mixed
|
$_map |
#
Map |
private
integer
|
$_mapType |
#
Map Type |
private
integer
|
$_charCount |
#
Number of characters in the stream |
private
unknown_type
|
$_currentPos |
#
Position in the stream |