Class: matlab.net.http.io.StringConsumer
Package: matlab.net.http.io
Start data transfer to StringConsumer
bufsize = start(consumer)
bufsize = start(
prepares
consumer
)consumer
for receipt of data. By default,
start
accumulates the converted string or character vector in
Response.Body.Data
. This method returns []
to indicate it has no preferred buffer size.
This method is an abstract method of ContentConsumer
. If you override
this method, you should call the start
method as well.
Access | protected |
For an example subclassing this method, see the PricesStreamer
class start
method in
Display Streamed Data in Figure Window.