Package dataMap.filemaps
Class FileSubSection
java.lang.Object
dataMap.filemaps.FileSubSection
information added to a FileDataMapPoint when only part of the file
is associated with this map point. Start and end points are in bytes
relative to the start of the file I think ? My be absolute in the file ?
- Author:
- dg50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
void
setEndByte
(long endByte) void
setStartByte
(long startByte)
-
Constructor Details
-
Method Details
-
getStartByte
public long getStartByte()- Returns:
- the startByte
-
setStartByte
public void setStartByte(long startByte) - Parameters:
startByte
- the startByte to set
-
getEndByte
public long getEndByte()- Returns:
- the endByte
-
setEndByte
public void setEndByte(long endByte) - Parameters:
endByte
- the endByte to set
-