Main Content

restartable

Class: matlab.net.http.io.ImageProvider
Namespace: matlab.net.http.io

Indicate whether ImageProvider is restartable

Syntax

TF = restartable(provider)

Description

TF = restartable(provider) indicates whether this ImageProvider is restartable. This method is an overridden method of restartable, and it always returns true.

Input Arguments

expand all

Content provider, specified as a matlab.net.http.io.ImageProvider object.

Attributes

Accessprotected

Version History

Introduced in R2018a