FuseUtil
public
class
FuseUtil
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.FuseUtil |
FUSE 作業的輔助類別。
摘要
公用建構函式 | |
---|---|
FuseUtil()
|
公用方法 | |
---|---|
boolean
|
canMountZip()
傳回是否支援 ZIP 掛接。 |
void
|
mountZip(File zipFile, File mountDir)
在唯讀模式中掛接 ZIP 檔案做為檔案系統。 |
void
|
unmountZip(File mountDir)
卸載掛接的 ZIP 檔案。 |
公用建構函式
FuseUtil
public FuseUtil ()
公用方法
可掛接於郵遞區號
public boolean canMountZip ()
傳回是否支援 ZIP 掛接。
只有在可使用 Fuse-zip 時,才支援 Zip 掛接。
傳回 | |
---|---|
boolean |
如果支援 ZIP 掛接,則傳回 true。否則為 false。 |
mountZip
public void mountZip (File zipFile, File mountDir)
在唯讀模式中掛接 ZIP 檔案做為檔案系統。
參數 | |
---|---|
zipFile |
File :要掛接的 ZIP 檔案。 |
mountDir |
File :掛接點。 |
卸載 Zip
public void unmountZip (File mountDir)
卸載掛接的 ZIP 檔案。
參數 | |
---|---|
mountDir |
File :掛接點。 |