MCPcopy Create free account
hub / github.com/codemistic/Web-Development / getByteStream

Method getByteStream

text-to-qr/lib/phpqrcode/qrinput.php:717–725  ·  view source on GitHub ↗

----------------------------------------------------------------------

()

Source from the content-addressed store, hash-verified

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

Callers 1

__constructMethod · 0.45

Calls 2

getBitStreamMethod · 0.95
toByteMethod · 0.45

Tested by

no test coverage detected