PhpOrient\Protocols\Binary\Stream\Reader
===============






* Class name: Reader
* Namespace: PhpOrient\Protocols\Binary\Stream







Methods
-------


### unpackByte
```php
    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackByte(mixed $value)
```
##### Unpack a byte.



* Visibility: **public**
* This method is **static**.


##### Arguments
* $value **mixed**



### unpackShort
```php
    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackShort(mixed $value)
```
##### Unpack a short.



* Visibility: **public**
* This method is **static**.


##### Arguments
* $value **mixed**



### unpackInt
```php
    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackInt(mixed $value)
```
##### Unpack an integer.



* Visibility: **public**
* This method is **static**.


##### Arguments
* $value **mixed** <p>the value to unpack</p>



### unpackLong
```php
    integer PhpOrient\Protocols\Binary\Stream\Reader::unpackLong(string $value)
```
##### Unpack a long.



* Visibility: **public**
* This method is **static**.


##### Arguments
* $value **string**



### unpackString
```php
    string|null PhpOrient\Protocols\Binary\Stream\Reader::unpackString(mixed $value)
```
##### Unpack a string.



* Visibility: **public**
* This method is **static**.


##### Arguments
* $value **mixed**



### unpackBytes
```php
    string|null PhpOrient\Protocols\Binary\Stream\Reader::unpackBytes(mixed $value)
```
##### Unpack bytes.



* Visibility: **public**
* This method is **static**.


##### Arguments
* $value **mixed**


