v0.8.0
Introducing File.SeekEvent (#16)
SeekEvent allows to control behaviour of File.Sink when writing to a file by seeking to a given position (relative to beginning of a file, current position or end of the file). Depending on insert? flag value, all the following buffers are overwriting previously written bytes or are being inserted after position determined by SeekEvent.