Binary Stream

Noun · Development

Definitions

  1. A sequential flow of raw bytes read from or written to a file, socket, device, or pipeline over time. Binary streams are used when data must be handled incrementally, such as media transfer, archive generation, and large file processing.

    In plain English: A stream of raw bytes read or written incrementally.

    Example: "The download handler returned a binary stream directly from object storage so the app did not have to buffer the full archive in memory."

Related Terms