Author : MD TAREQ HASSAN

What is stream?

A stream is an abstraction of “sequence of bytes” (such as file, input/output device, network traffic etc.)

Advantage of stream

Parsing API response without stream

Parsing API response without stream

Parsing API response with stream

Parsing API response with stream