Package ghidra.app.util.bin.format.omf
Class OmfIteratedData.DataBlock
java.lang.Object
ghidra.app.util.bin.format.omf.OmfIteratedData.DataBlock
- Enclosing class:
- OmfIteratedData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
fillBuffer
(byte[] buffer, int pos) int
boolean
static OmfIteratedData.DataBlock
read
(BinaryReader reader, boolean hasBigFields)
-
Constructor Details
-
DataBlock
public DataBlock()
-
-
Method Details
-
read
public static OmfIteratedData.DataBlock read(BinaryReader reader, boolean hasBigFields) throws IOException - Throws:
IOException
-
fillBuffer
public int fillBuffer(byte[] buffer, int pos) -
getLength
public int getLength() -
isAllZeroes
public boolean isAllZeroes()- Returns:
- true if this DataBlock only represents zero bytes
-