LineBreakOutFeed

constructor(interval: Byte, resetOnFlush: Boolean, out: Encoder.OutFeed)(source)

Parameters

interval

The interval at which new lines are output.

resetOnFlush

When true Encoder.Feed.flush will call reset. This setting has no effect if the Encoder.Feed implementation does not pass in their supplied Encoder.OutFeed as a constructor parameter to set Encoder.Feed._out.

out

The other Encoder.OutFeed.