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

Public Member Functions

 getCharPositions ($string, $startOffset, &$currentMap, &$ignoredChars)
 
 getInitialByteSize ()
 
 getMapType ()
 
 validateByteSequence ($bytes, $size)
 

Additional Inherited Members

- Public Attributes inherited from Swift_CharacterReader
const MAP_TYPE_FIXED_LEN = 0x02
 
const MAP_TYPE_INVALID = 0x01
 
const MAP_TYPE_POSITIONS = 0x03
 

Detailed Description

Definition at line 19 of file UsAsciiReader.php.

Member Function Documentation

Swift_CharacterReader_UsAsciiReader::getCharPositions (   $string,
  $startOffset,
$currentMap,
$ignoredChars 
)

Returns the complete charactermap

Parameters
string$string
int$startOffset
string$ignoredChars

Implements Swift_CharacterReader.

Definition at line 29 of file UsAsciiReader.php.

References $i.

Swift_CharacterReader_UsAsciiReader::getInitialByteSize ( )

Returns the number of bytes which should be read to start each character.

Returns
int

Implements Swift_CharacterReader.

Definition at line 78 of file UsAsciiReader.php.

Swift_CharacterReader_UsAsciiReader::getMapType ( )

Returns mapType mapType

Implements Swift_CharacterReader.

Definition at line 47 of file UsAsciiReader.php.

Swift_CharacterReader_UsAsciiReader::validateByteSequence (   $bytes,
  $size 
)

Returns an integer which specifies how many more bytes to read. A positive integer indicates the number of more bytes to fetch before invoking this method again. A value of zero means this is already a valid character. A value of -1 means this cannot possibly be a valid character.

Parameters
string$bytes
Returns
int

Implements Swift_CharacterReader.

Definition at line 61 of file UsAsciiReader.php.


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