Package org.apache.commons.io.file
Class Counters.LongPathCounters
java.lang.Object
org.apache.commons.io.file.Counters.AbstractPathCounters
org.apache.commons.io.file.Counters.LongPathCounters
- All Implemented Interfaces:
Counters.PathCounters
- Enclosing class:
- Counters
Counts files, directories, and sizes, as a visit proceeds, using long 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, reset, toString
-
Constructor Details
-
LongPathCounters
protected LongPathCounters()Constructs a new initialized instance.
-