//
pkg.gl
Category
github.com/darkmattermatt/dumpdb
pkg
splitfilewriter
package
0.1.0
Repository:
https://github.com/darkmattermatt/dumpdb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
136 SLOC
#
Functions
Create
Create calls os.Create and then creates a new SplitFileWriter from it.
New
New calls os.OpenFile and then creates a new SplitFileWriter from it, setting all struct members.
Open
Open calls os.OpenFile and then creates a new SplitFileWriter from it.
#
Structs
SplitFileWriter
SplitFileWriter is a bufio writer which writes to a different file every `n` writes.