Interface Message.ExtractMethod

Enclosing class:
Message
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface Message.ExtractMethod
Interface defining a method to extract a specific data type. For internal usage only.
Since:
4.2.0 - 2022-08-19
  • Method Summary

    Modifier and Type
    Method
    Description
    extractOne(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, boolean _contained)
     
  • Method Details