Main Content
start
Class: matlab.net.http.io.FileConsumer
Namespace: matlab.net.http.io
Start transfer of file to FileConsumer
Syntax
bufsize = start(consumer)
Description
signals the start of the receipt of a file.bufsize
= start(consumer
)
This method is an abstract method of ContentConsumer
that MATLAB® calls to start the receipt of the data. The method returns the maximum
buffer size as a double. For more information, see the start
method.
Input Arguments
Attributes
Access | protected |
Version History
Introduced in R2018a