Package com.itextpdf.text.log
Class DefaultCounter
java.lang.Object
com.itextpdf.text.log.DefaultCounter
- All Implemented Interfaces:
Counter
Implementation of the Counter interface that doesn't do anything.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private static byte[]
private final int[]
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
level
private int level -
repeat
private final int[] repeat -
repeat_level
private int repeat_level -
message
private static byte[] message
-
-
Constructor Details
-
DefaultCounter
public DefaultCounter()
-
-
Method Details
-
getCounter
Description copied from interface:Counter
Gets a Counter instance for a specific class.- Specified by:
getCounter
in interfaceCounter
- Parameters:
klass
-- Returns:
- this Counter implementation
- See Also:
-
read
public void read(long l) Description copied from interface:Counter
This method gets triggered if a file is read. -
written
public void written(long l) Description copied from interface:Counter
This method gets triggered if a file is written. -
plusOne
private void plusOne()
-