Main Content
putData
Class: matlab.net.http.io.FileConsumer
Namespace: matlab.net.http.io
Save next buffer of data to file for FileConsumer
Syntax
[size,stop] = putData(consumer,data)
Description
[
stores the next buffer of data read from the server, writes size
,stop
] = putData(consumer
,data
)data
to
the file, and returns the number of bytes written. This method is an overridden method
of putData
called by MATLAB®.
Input Arguments
Output Arguments
Attributes
Access | public |
Version History
Introduced in R2018a