Package org.hansken.plugin.extraction.api.transformations
package org.hansken.plugin.extraction.api.transformations
This package contains the Data Transformations.
Currently only the RangedDataTransformation is supported.
- Since:
- 0.3.0
- Author:
- Netherlands Forensic Institute
-
ClassDescriptionA DataRange describes a range of bytes with an offset and length.A data transformation that the Extraction Plugin can write to a
TraceusingTrace.setData(String, DataTransformation...).ARangedDataTransformationdescribes a data transformation consisting of a list ofDataRanges.Builder for creatingRangedDataTransformationusing a syntax that is sometimes shorter than using constructors.