Interface LoadImage

All Known Subinterfaces:
MemoryLoadImage
All Known Implementing Classes:
CompositeLoadImage, ProgramMappedLoadImage

@Deprecated(since="12.1", forRemoval=true) public interface LoadImage
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    loadFill(byte[] buf, int size, Address addr, int bufOffset, boolean generateInitializedMask)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • loadFill

      byte[] loadFill(byte[] buf, int size, Address addr, int bufOffset, boolean generateInitializedMask)
      Deprecated, for removal: This API element is subject to removal in a future version.