|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.fernsroth.squashfs.SquashFSReader
public final class SquashFSReader
Constructor Summary | |
---|---|
SquashFSReader(com.fernsroth.easyio.IRandomAccessSource source)
constructor. |
Method Summary | |
---|---|
Directory |
getRootDirectory()
gets the root directory. |
void |
writeFile(SFSSquashedFile squashFile,
java.io.OutputStream destFile)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SquashFSReader(com.fernsroth.easyio.IRandomAccessSource source) throws com.fernsroth.easyio.exception.EasyIOException, java.io.IOException
source
- the data source to read.
java.io.IOException
com.fernsroth.easyio.exception.EasyIOException
Method Detail |
---|
public void writeFile(SFSSquashedFile squashFile, java.io.OutputStream destFile) throws java.io.IOException
sourceFile
- the source squashfs file.squashFile
- the squash file to write out.destFile
- the destination file.
java.io.IOException
public Directory getRootDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |