Interface LoadImage

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

public interface LoadImage
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    loadFill(byte[] buf, int size, Address addr, int bufOffset, boolean generateInitializedMask)
     
  • Method Details

    • loadFill

      byte[] loadFill(byte[] buf, int size, Address addr, int bufOffset, boolean generateInitializedMask)