@property
    def bytes_required(self):
        if self.length_provider is None:
            return None
        else: