Skip to content

v0.8.0

Choose a tag to compare

@balins balins released this 17 Jan 09:12
· 107 commits to master since this release
7e8ec69

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.