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

Enclosing class:
RARTOCDecoder

public static interface RARTOCDecoder.DataProvider


Method Summary
 int read(byte[] buffer)
           
 void skip(long bytes)
           
 

Method Detail

read

int read(byte[] buffer)
         throws IOException
Throws:
IOException

skip

void skip(long bytes)
          throws IOException
Throws:
IOException