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
Trace
usingTrace.setData(String, DataTransformation...)
.ARangedDataTransformation
describes a data transformation consisting of a list ofDataRange
s.Builder for creatingRangedDataTransformation
using a syntax that is sometimes shorter than using constructors.