Documentation / StreamContainerInterface

Interface indicating a class containg a Stream.

Synopsis

namespace Phrity\Net;

interface StreamContainerInterface { // Methods

public function getStream(): StreamInterface;

}