Interface ILazyMemoryProvider
public interface ILazyMemoryProvider
Definition of a lazy memory provider. Use
IVirtualMemory.setLazyMemoryProvider(ILazyMemoryProvider, boolean) to set a range.-
Method Summary
-
Method Details
-
getRanges
The list of ranges provided by this object.- Returns:
- provided memory ranges
-
getData
Provide the requested data.- Parameters:
address- start addresssize- number of bytesdata- destination buffer that will receive the datadataOffset- offset in the destination buffer- Throws:
MemoryException- on a reading error
-