? Counters
java.lang.Object
org.apache.commons.io.file.Counters
Provides counters for files, directories, and sizes, as a visit proceeds.
- ???????:
- 2.7
-
?????
????????????static interface
Counts using a number.static interface
Counts files, directories, and sizes, as a visit proceeds. -
?????
??? -
????
??????????static Counters.Counter
Returns a new BigInteger Counter.static Counters.PathCounters
Returns a new BigInteger PathCounters.static Counters.Counter
Returns a new long Counter.static Counters.PathCounters
Returns a new BigInteger PathCounters.static Counters.Counter
Returns the NOOP Counter.static Counters.PathCounters
Returns the NOOP PathCounters.
-
???????
-
Counters
public Counters()
-
-
??????
-
bigIntegerCounter
Returns a new BigInteger Counter.- ??:
- a new BigInteger Counter.
-
bigIntegerPathCounters
Returns a new BigInteger PathCounters.- ??:
- a new BigInteger PathCounters.
-
longCounter
Returns a new long Counter.- ??:
- a new long Counter.
-
longPathCounters
Returns a new BigInteger PathCounters.- ??:
- a new BigInteger PathCounters.
-
noopCounter
Returns the NOOP Counter.- ??:
- the NOOP Counter.
- ???????:
- 2.9.0
-
noopPathCounters
Returns the NOOP PathCounters.- ??:
- the NOOP PathCounters.
- ???????:
- 2.9.0
-