Class SectionEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      SectionEntry()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract void writeSectionEntry​(WasmOutputStream stream)
      Write this single entry to a section
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SectionEntry

        SectionEntry()
    • 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