Interface IBmWorkLog.IEntryProcessor

  • Enclosing interface:
    IBmWorkLog

    public static interface IBmWorkLog.IEntryProcessor
    Log entry processor.
    • Method Detail

      • process

        void process​(byte[] data,
                     int offset,
                     int length)
              throws IOException
        Method invoked by IBmWorkLog.preStart(IEntryProcessor) method for each log entry.
        Parameters:
        data - A byte array containing the log entry data. May not be null.
        offset - The offset of the log entry data within the array.
        length - The length of the log entry data.
        Throws:
        IOException - if any I/O error occurs.