Package ghidra.program.model.data
Class GIFResource
java.lang.Object
ghidra.program.model.data.GIFResource
Class for determining the size of a GIF image. It loads just enough of the GIF information to
follow the data block links and read the bytes until the terminator is hit. The amount of
bytes read indicate the number of bytes the GIF data type is consume.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GIFResource
- Throws:
InvalidDataTypeException
-
-
Method Details
-
getLength
public int getLength()
-