FrameWriter
FinalYes
Methods
- __construct() : mixed
- close() : void
- flush() : void
- footer() : void
- header() : void
- partitions() : void
- position() : int
- raw() : void
- Verbatim byte passthrough for the mergeSplice fast path (no re-encode).
- row() : void
Methods
__construct()
public
__construct(DestinationStream $stream, int $codecId[, int $bufferSize = 65536 ][, int $startPosition = 0 ]) : mixed
Parameters
- $stream : DestinationStream
- $codecId : int
- $bufferSize : int = 65536
- $startPosition : int = 0
close()
public
close() : void
flush()
public
flush() : void
footer()
public
footer(string $footerJson) : void
Parameters
- $footerJson : string
header()
public
header() : void
partitions()
public
partitions(array<string, string> $combo) : void
Parameters
- $combo : array<string, string>
position()
public
position() : int
Return values
intraw()
Verbatim byte passthrough for the mergeSplice fast path (no re-encode).
public
raw(string $bytes) : void
Parameters
- $bytes : string
row()
public
row(string $body) : void
Parameters
- $body : string