Class: matlab.net.http.io.FileConsumer
Package: matlab.net.http.io
Start transfer of file to FileConsumer
bufsize = start(consumer)
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.
Access | protected |