Main Content

start

Class: matlab.net.http.io.BinaryConsumer
Namespace: matlab.net.http.io

Start HTTP transfer from BinaryConsumer

Syntax

bufsize = start(consumer)

Description

bufsize = start(consumer) starts receipt of data.

This method is an abstract method of ContentConsumer that is called by MATLAB®. For more information, see the start method.

Input Arguments

expand all

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

Output Arguments

expand all

Maximum buffer size, returned as [] to indicate that there is no preferred buffer size.

Attributes

Accessprotected

Version History

Introduced in R2018a

See Also