Main Content
preferredBufferSize
Class: matlab.net.http.io.ContentProvider
Namespace: matlab.net.http.io
Preferred buffer size for ContentProvider
Syntax
size = preferredBufferSize(provider)
Description
returns the preferred size of data buffers of this provider. MATLAB® should use this value in the size
= preferredBufferSize(provider
)length
parameter to the
getData
method.
Input Arguments
Output Arguments
Version History
Introduced in R2018a