java.lang.Object
ghidra.framework.main.logviewer.model.Chunk

public class Chunk extends Object
A chunk represents the basic unit of text that is displayed in the FVTable. This does NOT contain the actual text being displayed; rather it contains metadata describing the text (start/end byte positions, number of lines in the chunk, etc...). It should be noted that chunks are transient - they are created and destroyed as different sections of the file are required for display.
  • Field Details

    • start

      public long start
    • end

      public long end
    • rowToFilePositionMap

      public Map<Integer,Pair> rowToFilePositionMap
    • linesInChunk

      public int linesInChunk
  • Constructor Details

    • Chunk

      public Chunk()