public interface  org.apache.commons.io.file.Counters$PathCounters extends java.lang.Object
{
public abstract org.apache.commons.io.file.Counters$Counter getByteCounter();
public abstract org.apache.commons.io.file.Counters$Counter getDirectoryCounter();
public abstract org.apache.commons.io.file.Counters$Counter getFileCounter();
public void reset()
{
org.apache.commons.io.file.Counters$PathCounters v;
v := @this: org.apache.commons.io.file.Counters$PathCounters;
return;
}
}