name : DecoderInterface.php
<?php

declare(strict_types=1);

namespace CBOR;

interface DecoderInterface
{
    public function decode(Stream $stream): CBORObject;
}

© 2025 Cubjrnet7