Class: matlab.net.http.io.FileConsumer
Package: matlab.net.http.io
Save next buffer of data to file for FileConsumer
[size,stop] = putData(consumer,data)
[
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®.
Access | public |