Package com.biglybt.core.util
Interface RARTOCDecoder.TOCResultHandler
-
- Enclosing class:
- RARTOCDecoder
public static interface RARTOCDecoder.TOCResultHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete()
void
entryRead(java.lang.String name, long size, boolean password)
void
failed(java.io.IOException error)
-