Method |
Description |
|
__construct ( string $binary ) |
|
|
readBigInt ( $isCollectionElement = false ) : int; |
Read unsigned big int; |
|
readBoolean ( ) : boolean |
Read boolean. |
|
readByType ( array $type, boolean $isCollectionElement = false ) : mixed |
|
|
readBytes ( boolean $isCollectionElement = false ) : string |
Read bytes. |
|
readChar ( ) : integer |
Read single character. |
|
readDecimal ( boolean $isCollectionElement = false ) : string |
Read variable length decimal. |
|
readDouble ( boolean $isCollectionElement = false ) : double |
Read double. |
|
readFloat ( boolean $isCollectionElement = false ) : float |
Read float. |
|
readInet ( boolean $isCollectionElement = false ) : string |
Read inet. |
|
readInt ( boolean $isCollectionElement = false ) : integer |
Read unsigned int. |
|
readList ( $valueType ) : array |
Read list. |
|
readLongString ( ) : string |
Read long string. |
|
readMap ( $keyType, $valueType ) : array |
Read map. |
|
readShort ( ) : integer |
Read unsigned short. |
|
readString ( ) : string |
Read string. |
|
readTimestamp ( ) : integer |
Read timestamp. |
|
readUuid ( boolean $isCollectionElement = false ) : string |
Read uuid. |
|
readVarint ( boolean $isCollectionElement = false ) : string |
Read variable length integer. |
|