Class NarWithOffset

java.lang.Object
com.nt.udc.admin.nareditor.NarWithOffset
All Implemented Interfaces:
Serializable

public class NarWithOffset extends Object implements Serializable
Structure to hold Nar with its offset in the file and all attributes that match the filter
See Also:
  • Constructor Details

    • NarWithOffset

      public NarWithOffset(NAR nar, int offsetId)
    • NarWithOffset

      public NarWithOffset(NAR nar, int offsetId, List<List<Integer>> filterPaths)
  • Method Details

    • getNar

      public NAR getNar()
    • getOffsetId

      public int getOffsetId()
    • getFilterPaths

      public List<List<Integer>> getFilterPaths()