Class DataRange
java.lang.Object
org.hansken.plugin.extraction.api.transformations.DataRange
A DataRange describes a range of bytes with an offset and length.
- Author:
- Netherlands Forensic Institute
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataRange
public DataRange(long offset, long length) Creates aDataRange
which describes a range of bytes.- Parameters:
offset
- the starting point of the datalength
- the size of the data
-
-
Method Details
-
getOffset
public long getOffset() -
getLength
public long getLength() -
setOffset
public void setOffset(long offset) -
setLength
public void setLength(long length)
-