Class DefaultCounter
java.lang.Object
com.itextpdf.text.log.DefaultCounter
- All Implemented Interfaces:
Counter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCounter(Class<?> klass) Gets a Counter instance for a specific class.voidread(long l) This method gets triggered if a file is read.voidwritten(long l) This method gets triggered if a file is written.
-
Constructor Details
-
DefaultCounter
public DefaultCounter()
-
-
Method Details
-
getCounter
Description copied from interface:CounterGets a Counter instance for a specific class.- Specified by:
getCounterin interfaceCounter- Parameters:
klass-- Returns:
- this Counter implementation
- See Also:
-
read
-
written
-