Class TraceEmulationIntegration.BytesPieceHandler

java.lang.Object
ghidra.pcode.exec.trace.TraceEmulationIntegration.BytesPieceHandler
All Implemented Interfaces:
TraceEmulationIntegration.PieceHandler<byte[],byte[]>
Direct Known Subclasses:
TraceEmulationIntegration.ImmediateBytesPieceHandler
Enclosing class:
TraceEmulationIntegration

public static class TraceEmulationIntegration.BytesPieceHandler extends Object implements TraceEmulationIntegration.PieceHandler<byte[],byte[]>
A handler that implements the lazy-read-writer-later pattern of trace integration for a concrete emulator's bytes.