?? Counters.PathCounters
- ???:
- Counters
public static interface Counters.PathCounters
Counts files, directories, and sizes, as a visit proceeds.
-
????
??????????Gets the byte counter.Gets the directory counter.Gets the file counter.default void
reset()
Resets the counts to 0.
-
??????
-
getByteCounter
Gets the byte counter.- ??:
- the byte counter.
-
getDirectoryCounter
Gets the directory counter.- ??:
- the directory counter.
-
getFileCounter
Gets the file counter.- ??:
- the file counter.
-
reset
Resets the counts to 0.
-