|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.log.NoOpCounter
public class NoOpCounter
Implementation of the Counter interface that doesn't do anything.
| Constructor Summary | |
|---|---|
NoOpCounter()
|
|
| 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 |
| Constructor Detail |
|---|
public NoOpCounter()
| 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 | |||||||||