PHP Class RawReader, zys

Afficher le fichier Open project: qieangel2013/zys Class Usage Examples

Méthodes publiques

Свойство Type Description
$stream

Méthodes publiques

Méthode Description
__construct ( BytesIO $stream )
readRaw ( )
unexpectedTag ( $tag, $expectTags = '' )

Private Methods

Méthode Description
privateReadRaw ( BytesIO $ostream, $tag = '' )
readBytesRaw ( BytesIO $ostream )
readComplexRaw ( BytesIO $ostream )
readDateTimeRaw ( BytesIO $ostream )
readGuidRaw ( BytesIO $ostream )
readNumberRaw ( BytesIO $ostream )
readStringRaw ( BytesIO $ostream )
readUTF8CharRaw ( BytesIO $ostream )

Method Details

__construct() public méthode

public __construct ( BytesIO $stream )
$stream BytesIO

readRaw() public méthode

public readRaw ( )

unexpectedTag() public méthode

public unexpectedTag ( $tag, $expectTags = '' )

Property Details

$stream public_oe property

public $stream