Package | Description |
---|---|
org.apache.commons.io.file |
Provides extensions in the realm of
java.nio.file . |
Modifier and Type | Method and Description |
---|---|
static Counters.Counter |
Counters.bigIntegerCounter()
Returns a new BigInteger Counter.
|
Counters.Counter |
Counters.PathCounters.getByteCounter()
Gets the byte counter.
|
Counters.Counter |
Counters.PathCounters.getDirectoryCounter()
Gets the directory counter.
|
Counters.Counter |
Counters.PathCounters.getFileCounter()
Gets the file counter.
|
static Counters.Counter |
Counters.longCounter()
Returns a new long Counter.
|
static Counters.Counter |
Counters.noopCounter()
Returns the no-op Counter.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.