Class FileSubSection

java.lang.Object
dataMap.filemaps.FileSubSection

public class FileSubSection extends Object
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 Details Link icon

    • FileSubSection Link icon

      public FileSubSection(long startByte, long endByte)
  • Method Details Link icon

    • getStartByte Link icon

      public long getStartByte()
      Returns:
      the startByte
    • setStartByte Link icon

      public void setStartByte(long startByte)
      Parameters:
      startByte - the startByte to set
    • getEndByte Link icon

      public long getEndByte()
      Returns:
      the endByte
    • setEndByte Link icon

      public void setEndByte(long endByte)
      Parameters:
      endByte - the endByte to set