| Constructor and Description |
|---|
NoOpCounter() |
| Modifier and Type | Method and Description |
|---|---|
Counter |
getCounter(Class<?> cls)
Gets a Counter instance for a specific class.
|
void |
onDocumentRead(long size)
This method gets triggered if a document is read.
|
void |
onDocumentWritten(long size)
This method gets triggered if a document is written.
|
public Counter getCounter(Class<?> cls)
CountergetCounter in interface Counterpublic void onDocumentRead(long size)
CounteronDocumentRead in interface Countersize - the length of the document that was readpublic void onDocumentWritten(long size)
CounteronDocumentWritten in interface Countersize - the length of the document that was writtenCopyright © 1998–2017 iText Group NV. All rights reserved.