----------------------------------------------------------------------
()
| 1728 | |
| 1729 | //---------------------------------------------------------------------- |
| 1730 | public function getByteStream() |
| 1731 | { |
| 1732 | $bstream = $this->getBitStream(); |
| 1733 | if($bstream == null) { |
| 1734 | return null; |
| 1735 | } |
| 1736 | |
| 1737 | return $bstream->toByte(); |
| 1738 | } |
| 1739 | } |
| 1740 | |
| 1741 |
no test coverage detected