Class Counters

java.lang.Object
org.apache.commons.io.file.Counters

public class Counters extends Object
Provides counters for files, directories, and sizes, as a visit proceeds.
Since:
2.7
  • Constructor Details

    • Counters

      public Counters()
  • Method Details

    • bigIntegerCounter

      public static Counters.Counter bigIntegerCounter()
      Returns a new BigInteger Counter.
      Returns:
      a new BigInteger Counter.
    • bigIntegerPathCounters

      public static Counters.PathCounters bigIntegerPathCounters()
      Returns a new BigInteger PathCounters.
      Returns:
      a new BigInteger PathCounters.
    • longCounter

      public static Counters.Counter longCounter()
      Returns a new long Counter.
      Returns:
      a new long Counter.
    • longPathCounters

      public static Counters.PathCounters longPathCounters()
      Returns a new BigInteger PathCounters.
      Returns:
      a new BigInteger PathCounters.