Class OmfSegmentHeader.SectionStream

java.lang.Object
java.io.InputStream
ghidra.app.util.bin.format.omf.OmfSegmentHeader.SectionStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
OmfSegmentHeader

public class OmfSegmentHeader.SectionStream extends InputStream
An InputStream that produces the bytes for the dataBlocks in this segment. It runs through the ordered OmfData in turn. It pads with zeroes, wherever part of the segment is not covered by a data block.