org.gudy.azureus2.core3.util
Interface RARTOCDecoder.TOCResultHandler

Enclosing class:
RARTOCDecoder

public static interface RARTOCDecoder.TOCResultHandler


Method Summary
 void complete()
           
 void entryRead(String name, long size, boolean password)
           
 void failed(IOException error)
           
 

Method Detail

entryRead

void entryRead(String name,
               long size,
               boolean password)
               throws IOException
Throws:
IOException

complete

void complete()

failed

void failed(IOException error)