PHP Class RawReader, zys

Show file Open project: qieangel2013/zys Class Usage Examples

Public Properties

Property Type Description
$stream

Public Methods

Method Description
__construct ( BytesIO $stream )
readRaw ( )
unexpectedTag ( $tag, $expectTags = '' )

Private Methods

Method 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 method

public __construct ( BytesIO $stream )
$stream BytesIO

readRaw() public method

public readRaw ( )

unexpectedTag() public method

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

Property Details

$stream public property

public $stream