Package com.biglybt.core.util
Interface QTFastStartRAF.FileAccessor
- All Known Implementing Classes:
QTFastStartRAF.RAFAccessor
- Enclosing class:
QTFastStartRAF
public static interface QTFastStartRAF.FileAccessor
-
Method Summary
-
Method Details
-
getName
String getName() -
getFilePointer
- Throws:
IOException
-
seek
- Throws:
IOException
-
skipBytes
- Throws:
IOException
-
length
- Throws:
IOException
-
read
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readFully
- Throws:
IOException
-
close
- Throws:
IOException
-