Class SectionEntry

java.lang.Object
de.inetsoftware.jwebassembly.binary.SectionEntry
Direct Known Subclasses:
ExportEntry, Function, Global, TypeEntry

abstract class SectionEntry extends Object
Signature for an entry in a section
  • Constructor Details

    • SectionEntry

      SectionEntry()
  • Method Details

    • writeSectionEntry

      abstract void writeSectionEntry(WasmOutputStream stream) throws IOException
      Write this single entry to a section
      Parameters:
      stream - the target
      Throws:
      IOException - if any I/O error occur