Class Chunk
java.lang.Object
ghidra.framework.main.logviewer.model.Chunk
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 Summary
Modifier and TypeFieldDescriptionlong
int
long
-
Constructor Summary
-
Method Summary
-
Field Details
-
start
public long start -
end
public long end -
rowToFilePositionMap
-
linesInChunk
public int linesInChunk
-
-
Constructor Details
-
Chunk
public Chunk()
-