Class NullSectionProvider
- java.lang.Object
-
- ghidra.app.util.bin.format.dwarf4.next.sectionprovider.NullSectionProvider
-
- All Implemented Interfaces:
DWARFSectionProvider,java.io.Closeable,java.lang.AutoCloseable
public class NullSectionProvider extends java.lang.Object implements DWARFSectionProvider
-
-
Constructor Summary
Constructors Constructor Description NullSectionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()ByteProvidergetSectionAsByteProvider(java.lang.String sectionName)booleanhasSection(java.lang.String... sectionNames)
-
-
-
Method Detail
-
getSectionAsByteProvider
public ByteProvider getSectionAsByteProvider(java.lang.String sectionName) throws java.io.IOException
- Specified by:
getSectionAsByteProviderin interfaceDWARFSectionProvider- Throws:
java.io.IOException
-
hasSection
public boolean hasSection(java.lang.String... sectionNames)
- Specified by:
hasSectionin interfaceDWARFSectionProvider
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfaceDWARFSectionProvider
-
-