(numRecords int64)
| 30 | Write(msg proto.Message) error |
| 31 | WriteHeader(t types.Type) error |
| 32 | Close(numRecords int64) (name string, size int64) |
| 33 | // Flush flushes any buffered data to disk without closing the writer. |
| 34 | // This is used during live capture to make audit records visible periodically. |
| 35 | Flush() error |
no outgoing calls