Uses of Interface
org.hansken.plugin.extraction.api.RandomAccessData
-
Packages that use RandomAccessData Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of RandomAccessData in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return RandomAccessData Modifier and Type Method Description RandomAccessData
DataContext. data()
Adata sequence
belonging to the trace currently being extracted.RandomAccessData
SearchTrace. getData(String type)
Returns aRandomAccessData
for a specific trace data type.
-