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:
-
getData
Provide the requested data.- Parameters:
address-size-data- destination buffer that will receive the datadataOffset- offset in the destination buffer- Throws:
IOException- on a reading errorMemoryException
-