PHP 클래스 RawReader, zys

파일 보기 프로젝트 열기: qieangel2013/zys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$stream

공개 메소드들

메소드 설명
__construct ( BytesIO $stream )
readRaw ( )
unexpectedTag ( $tag, $expectTags = '' )

비공개 메소드들

메소드 설명
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 )

메소드 상세

__construct() 공개 메소드

public __construct ( BytesIO $stream )
$stream BytesIO

readRaw() 공개 메소드

public readRaw ( )

unexpectedTag() 공개 메소드

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

프로퍼티 상세

$stream 공개적으로 프로퍼티

public $stream