public static interface DirectoryWalker.ProgressBar
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancel() |
float |
getCompletionRate() |
long |
getElapsed() |
int |
getFileCount() |
int |
getFolderCount() |
long |
getLength() |
boolean |
isCancelled() |
boolean |
isDone() |
void |
processBegin(File file) |
void |
processEnd(File file) |
void |
waitForTermination() |
void processBegin(File file)
void processEnd(File file)
int getFileCount()
int getFolderCount()
long getLength()
float getCompletionRate()
long getElapsed()
void waitForTermination()
void cancel()
boolean isCancelled()
boolean isDone()
Copyright © 2020. All rights reserved.