Package ghidra.app.util.bin.format.omf
Class OmfIteratedData.DataBlock
- java.lang.Object
-
- ghidra.app.util.bin.format.omf.OmfIteratedData.DataBlock
-
- Enclosing class:
- OmfIteratedData
public static class OmfIteratedData.DataBlock extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataBlock()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
fillBuffer(byte[] buffer, int pos)
int
getLength()
boolean
isAllZeroes()
static OmfIteratedData.DataBlock
read(BinaryReader reader, boolean hasBigFields)
-
-
-
Method Detail
-
read
public static OmfIteratedData.DataBlock read(BinaryReader reader, boolean hasBigFields) throws java.io.IOException
- Throws:
java.io.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
-
-