Class SingleResourceData
- java.lang.Object
-
- ghidra.app.util.bin.format.macos.rm.SingleResourceData
-
public class SingleResourceData extends java.lang.Object
Format of resource data for a single resource.
-
-
Constructor Summary
Constructors Constructor Description SingleResourceData(BinaryReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
Returns the resource data for this resource.int
getLength()
Returns the length of the following resource.
-
-
-
Constructor Detail
-
SingleResourceData
public SingleResourceData(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-