| 1 | <?php |
||
| 17 | class Padding extends Scalar |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Tells current Stream to skip given amount of bits. |
||
| 21 | * |
||
| 22 | * @param AbstractStream $stream Stream which which should skip data. |
||
| 23 | * @return null To detect that no value has been read. |
||
| 24 | */ |
||
| 25 | 5 | public function read(AbstractStream $stream) |
|
| 30 | } |