(i, n int, path string, byteCount int, err error)
| 195 | OnDetectDataFileHashMismatch(fileID [16]byte, path string) |
| 196 | OnDetectDataFileWrongByteCount(fileID [16]byte, path string) |
| 197 | OnDataFileWrite(i, n int, path string, byteCount int, err error) |
| 198 | } |
| 199 | |
| 200 | // DoNothingDecoderDelegate is an implementation of DecoderDelegate |