%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/3rdparty/spomky-labs/cbor-php/src/ |
Current File : /www/varak.net/nextcloud.varak.net/3rdparty/spomky-labs/cbor-php/src/DecoderInterface.php |
<?php declare(strict_types=1); namespace CBOR; interface DecoderInterface { public function decode(Stream $stream): CBORObject; }