React\Gifsocket\GifStream::isReadable PHP Method

isReadable() public method

public isReadable ( )
    public function isReadable()
    {
        return !$this->closed;
    }