Class SysoCounter

    • Field Detail

      • name

        protected String name
        The name of the class for which the Counter was created (or iText if no name is available)
    • Constructor Detail

      • SysoCounter

        public SysoCounter()
        Empty SysoCounter constructor.
      • SysoCounter

        protected SysoCounter​(Class<?> klass)
        Constructs a SysoCounter for a specific class.
        Parameters:
        klass -
    • Method Detail

      • read

        public void read​(long l)
        Description copied from interface: Counter
        This method gets triggered if a file is read.
        Specified by:
        read in interface Counter
        Parameters:
        l - the length of the file that was written
        See Also:
        Counter.read(long)
      • written

        public void written​(long l)
        Description copied from interface: Counter
        This method gets triggered if a file is written.
        Specified by:
        written in interface Counter
        Parameters:
        l - the length of the file that was written
        See Also:
        Counter.written(long)