OnHeaderLoad implements the DecoderDelegate interface.
(headerInfo string)
| 45 | |
| 46 | // OnHeaderLoad implements the DecoderDelegate interface. |
| 47 | func (DoNothingDecoderDelegate) OnHeaderLoad(headerInfo string) {} |
| 48 | |
| 49 | // OnFileEntryLoad implements the DecoderDelegate interface. |
| 50 | func (DoNothingDecoderDelegate) OnFileEntryLoad(i, n int, filename, entryInfo string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected