MCPcopy Create free account
hub / github.com/akalin/gopar / encoderInputFileInfo

Struct encoderInputFileInfo

par2/encoder.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type encoderInputFileInfo struct {
14 fileDescriptionPacket fileDescriptionPacket
15 ifscPacket ifscPacket
16 dataShards [][]byte
17}
18
19// An Encoder keeps track of all information needed to create parity
20// volumes for a set of data files, and write them out to parity files

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected