Package org.apache.commons.io.file
Class Counters.BigIntegerPathCounters
java.lang.Object
org.apache.commons.io.file.Counters.AbstractPathCounters
org.apache.commons.io.file.Counters.BigIntegerPathCounters
- All Implemented Interfaces:
Counters.PathCounters
- Enclosing class:
- Counters
Counts files, directories, and sizes, as a visit proceeds, using BigInteger numbers.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a new initialized instance. -
Method Summary
Methods inherited from class org.apache.commons.io.file.Counters.AbstractPathCounters
equals, getByteCounter, getDirectoryCounter, getFileCounter, hashCode, toString
-
Constructor Details
-
BigIntegerPathCounters
protected BigIntegerPathCounters()Constructs a new initialized instance.
-