Interface DataContext

    • Method Detail

      • dataType

        String dataType()
        The type of data (see data()) that is being processed. The type is never empty or null. This is the type of data the given data sequence represents, for example "raw" for raw bytes or "plain" for plaintext.

        The data type will be one of those defined on the trace model associated with the trace being processed.

        Returns:
        the name of the data type
      • data

        RandomAccessData data()
        A data sequence belonging to the trace currently being extracted. If necessary, the type of the underlying data can be requested using dataType().
        Returns:
        the data sequence