Class SysoCounter
java.lang.Object
com.itextpdf.text.log.SysoCounter
- All Implemented Interfaces:
Counter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionEmpty SysoCounter constructor.protectedSysoCounter(Class<?> klass) Constructs a SysoCounter for a specific class. -
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.
-
Field Details
-
name
The name of the class for which the Counter was created (or iText if no name is available)
-
-
Constructor Details
-
SysoCounter
public SysoCounter()Empty SysoCounter constructor. -
SysoCounter
Constructs a SysoCounter for a specific class.- Parameters:
klass-
-
-
Method Details
-
getCounter
Description copied from interface:CounterGets a Counter instance for a specific class.- Specified by:
getCounterin interfaceCounter- See Also:
-
read
-
written
-