Class SingleResourceData
java.lang.Object
ghidra.app.util.bin.format.macos.rm.SingleResourceData
Format of resource data for a single resource.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SingleResourceData
- Throws:
IOException
-
-
Method Details
-
getLength
public int getLength()Returns the length of the following resource.- Returns:
- the length of the following resource
-
getData
public byte[] getData()Returns the resource data for this resource.- Returns:
- the resource data for this resource
-