Class SectionEntry
java.lang.Object
de.inetsoftware.jwebassembly.binary.SectionEntry
- Direct Known Subclasses:
ExportEntry
,Function
,Global
,TypeEntry
Signature for an entry in a section
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract void
writeSectionEntry
(WasmOutputStream stream) Write this single entry to a section
-
Constructor Details
-
SectionEntry
SectionEntry()
-
-
Method Details
-
writeSectionEntry
Write this single entry to a section- Parameters:
stream
- the target- Throws:
IOException
- if any I/O error occur
-