Main Content

reusable

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

Indicate whether ImageProvider is reusable

Syntax

TF = reusable(provider)

Description

TF = reusable(provider) indicates whether this ImageProvider is reusable. This method is an overridden method of reusable, 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