textström
Textström, or text stream, is an abstract concept in computer input/output that refers to a sequence of characters intended for textual data. Unlike binary streams, which operate on bytes, a text stream applies a character encoding and typically supports reading and writing characters individually or in blocks. The term is used in several Scandinavian programming contexts to distinguish textual data from binary data.
Common features include buffering, character encoding management, line-ending translation, and error handling. A text stream may
In programming languages, text streams are typically provided as separate APIs from binary streams. For example,
Applications include processing text files, logs, configuration data, network protocols that operate on text, and streaming