Iterates over the RWRecs and appends them to the destination stream.
Iterates over the RWRecs and appends them to the destination stream. Writes the SiLK file header to the output stream on the first call to this function.
This function may be called multiple times.
Closes the output stream.
Closes the output stream.
Writes the SiLK file header to the output stream if it has not been written, writes any buffered records, closes the output stream, and releases resources.
Indicates whether the SiLK file header has been written to the output stream.
Indicates whether the SiLK file header has been written to the output stream.
true if header has been written.
A writer of binary SiLK RWRec files that are readable by SiLK.
This example reads the contents of "example.rw" and writes it to "copy.rw":
the companion object for more details