getData
Class: matlab.net.http.io.MultipartProvider
Namespace: matlab.net.http.io
Next buffer of data to send in multipart HTTP request message
Syntax
[data,stop] = getData(provider,length)
Description
[
returns the next buffer of data. For each part of the multipart message, this method
returns in successive buffers of data
,stop
] = getData(provider
,length
)data
: a boundary delimiter,
headers for the part, and the data for the part. It obtains these by invoking methods in
the current delegate, including the delegate's getData
method, and
moves on to the next delegate when the current delegate indicates the end of its data by
returning stop=true
.
When the last delegate is done, this method returns the final boundary delimiter and
then sets stop=true
to indicate the end of the message.
This method is an overridden method of getData
.
Input Arguments
Output Arguments
Attributes
Access | public |
Version History
Introduced in R2018a