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

bufsize = start(consumer) signals the start of the receipt of a file.

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

expand all

Content consumer, specified as a matlab.net.http.io.FileConsumer object.

Attributes

Accessprotected

Version History

Introduced in R2018a

See Also