libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
Core Streams

Typed serialization streams for binary and text data. More...

Classes

class  DataStream
 Binary stream for structured, portable serialization. More...
 
class  StreamStringIODevice
 Write-only IODevice that intercepts writes, accumulates characters, and invokes a callback on newlines or flush. More...
 
class  StreamString
 Collects text output into a String, splitting on newlines. More...
 
class  TextStream
 Formatted text I/O with encoding awareness. More...
 

Detailed Description

Typed serialization streams for binary and text data.

DataStream provides portable binary serialization; TextStream provides formatted text output. StreamString is a convenience adapter that writes to an in-memory String.