|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fernsroth.squashfs.FileSystemDataProvider
public class FileSystemDataProvider
Constructor Summary | |
---|---|
FileSystemDataProvider(java.io.File sourceDir)
|
Method Summary | |
---|---|
com.fernsroth.easyio.IRandomAccessSource |
getData(Manifest source,
BaseFile bf)
|
int |
getIno(Manifest source,
BaseFile bf)
|
long |
getLength(Manifest source,
BaseFile bf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSystemDataProvider(java.io.File sourceDir)
sourceDir
- Method Detail |
---|
public com.fernsroth.easyio.IRandomAccessSource getData(Manifest source, BaseFile bf) throws java.io.IOException
getData
in interface DataProvider
source
- source manifest.bf
- the file name.
java.io.IOException
public int getIno(Manifest source, BaseFile bf)
getIno
in interface DataProvider
source
- source manifest.bf
- the file to get the ino from.
public long getLength(Manifest source, BaseFile bf) throws java.io.IOException
getLength
in interface DataProvider
source
- source manifest.bf
- the file to get the length from.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |