| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
name |
The name of the class for which the Counter was created
(or iText if no name is available)
|
| Modifier | Constructor | Description |
|---|---|---|
|
SysoCounter() |
Empty SysoCounter constructor.
|
protected |
SysoCounter(java.lang.Class<?> klass) |
Constructs a SysoCounter for a specific class.
|
| Modifier and Type | Method | Description |
|---|---|---|
Counter |
getCounter(java.lang.Class<?> klass) |
Gets a Counter instance for a specific class.
|
void |
read(long l) |
This method gets triggered if a file is read.
|
void |
written(long l) |
This method gets triggered if a file is written.
|
protected java.lang.String name
public SysoCounter()
protected SysoCounter(java.lang.Class<?> klass)
klass - public Counter getCounter(java.lang.Class<?> klass)
CountergetCounter in interface CounterCounter.getCounter(java.lang.Class)public void read(long l)
Counterread in interface Counterl - the length of the file that was writtenCounter.read(long)public void written(long l)
Counterwritten in interface Counterl - the length of the file that was writtenCounter.written(long)Copyright © 1998–2018. All rights reserved.