----------------------------------------------------------------------
()
| 715 | |
| 716 | //---------------------------------------------------------------------- |
| 717 | public function getByteStream() |
| 718 | { |
| 719 | $bstream = $this->getBitStream(); |
| 720 | if($bstream == null) { |
| 721 | return null; |
| 722 | } |
| 723 | |
| 724 | return $bstream->toByte(); |
| 725 | } |
| 726 | } |
| 727 | |
| 728 |
no test coverage detected