(sliceByteCount, recoverySetCount, nonRecoverySetCount int)
| 184 | type DecoderDelegate interface { |
| 185 | OnCreatorPacketLoad(clientID string) |
| 186 | OnMainPacketLoad(sliceByteCount, recoverySetCount, nonRecoverySetCount int) |
| 187 | OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) |
| 188 | OnIFSCPacketLoad(fileID [16]byte) |
| 189 | OnRecoveryPacketLoad(exponent uint16, byteCount int) |