|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.log.SysoCounter
public class SysoCounter
| Field Summary | |
|---|---|
protected String |
name
The name of the class for which the Counter was created (or iText if no name is available) |
| Constructor Summary | |
|---|---|
|
SysoCounter()
Empty SysoCounter constructor. |
protected |
SysoCounter(Class<?> klass)
Constructs a SysoCounter for a specific class. |
| Method Summary | |
|---|---|
Counter |
getCounter(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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
| Constructor Detail |
|---|
public SysoCounter()
protected SysoCounter(Class<?> klass)
klass - | Method Detail |
|---|
public Counter getCounter(Class<?> klass)
Counter
getCounter in interface CounterCounter.getCounter(java.lang.Class)public void read(long l)
Counter
read in interface Counterl - the length of the file that was writtenCounter.read(long)public void written(long l)
Counter
written in interface Counterl - the length of the file that was writtenCounter.written(long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||