Class SectionEntry
- java.lang.Object
-
- de.inetsoftware.jwebassembly.binary.SectionEntry
-
- Direct Known Subclasses:
ExportEntry,Function,Global,TypeEntry
abstract class SectionEntry extends java.lang.ObjectSignature for an entry in a section
-
-
Constructor Summary
Constructors Constructor Description SectionEntry()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract voidwriteSectionEntry(WasmOutputStream stream)Write this single entry to a section
-
-
-
Method Detail
-
writeSectionEntry
abstract void writeSectionEntry(WasmOutputStream stream) throws java.io.IOException
Write this single entry to a section- Parameters:
stream- the target- Throws:
java.io.IOException- if any I/O error occur
-
-