Skip to main content
Skip table of contents

ICounter

ICounter Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.log
  iTextSharp.text.log.ICounter[[ICounter]]
  class iTextSharp.text.log.ICounter interfaceStyle;
  end

Members

Methods

Public methods
ReturnsName
ICounterGetCounter(Type klass)
voidRead(long l)
voidWritten(long l)

Details

Methods

GetCounter
public ICounter GetCounter(Type klass)
Arguments
TypeNameDescription
Typeklass
Read
public void Read(long l)
Arguments
TypeNameDescription
longl
Written
public void Written(long l)
Arguments
TypeNameDescription
longl

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.