datachunk
Datachunk, or data chunk, is a term used in computing to describe a contiguous block of data that constitutes a discrete unit within a larger container, file format, or data stream. A data chunk has a defined start and end and is often accompanied by metadata such as an identifier and length.
In file formats that use a chunked layout, a data chunk carries the actual payload for a
AIFF and other formats also use a chunked structure, with designated chunks that contain the media data;
In data transmission and streaming, the term data chunk describes a segment of a message or body
In data processing and databases, a data chunk can refer to a fixed-size block read or written
For parsing, software typically searches for known chunk identifiers, checks the reported size against bounds, and
See also: chunk, RIFF, WAV, AIFF, HTTP chunked transfer encoding.