FOF30\Download\Adapter\AbstractAdapter::supportsFileSize PHP Method

supportsFileSize() public method

Does this download adapter support reading the size of a remote file?
public supportsFileSize ( ) : boolean
return boolean True if remote file size determination is supported
    public function supportsFileSize()
    {
        return $this->supportsFileSize;
    }