FeatureMessageFileWriter

constructor(targetPath: Path, sinkOpener: (Path) -> Sink)(source)

Parameters

Path

The type representing paths supported by the file system provider.

targetPath

The file where feature messages will be written.

sinkOpener

Returns a Sink for writing to the file, this class manages its lifecycle.