org.gudy.azureus2.core3.util
Class RARTOCDecoder

java.lang.Object
  extended by org.gudy.azureus2.core3.util.RARTOCDecoder

public class RARTOCDecoder
extends Object


Nested Class Summary
static interface RARTOCDecoder.DataProvider
           
static interface RARTOCDecoder.TOCResultHandler
           
 
Constructor Summary
RARTOCDecoder(RARTOCDecoder.DataProvider _provider)
           
 
Method Summary
 void analyse(RARTOCDecoder.TOCResultHandler result_handler)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RARTOCDecoder

public RARTOCDecoder(RARTOCDecoder.DataProvider _provider)
Method Detail

analyse

public void analyse(RARTOCDecoder.TOCResultHandler result_handler)
             throws IOException
Throws:
IOException

main

public static void main(String[] args)