Package ghidra.app.util.bin.format.omf
Class OmfSegmentHeader.SectionStream
- java.lang.Object
-
- java.io.InputStream
-
- ghidra.app.util.bin.format.omf.OmfSegmentHeader.SectionStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- OmfSegmentHeader
public class OmfSegmentHeader.SectionStream extends java.io.InputStream
An InputStream that produces the bytes for the dataBlocks in this segment. It runs through the orderedOmfData
in turn. It pads with zeroes, wherever part of the segment is not covered by a data block.
-
-
Constructor Summary
Constructors Constructor Description SectionStream(BinaryReader reader, MessageLog log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
-
-
-
Constructor Detail
-
SectionStream
public SectionStream(BinaryReader reader, MessageLog log) throws java.io.IOException
- Throws:
java.io.IOException
-
-