Class WasmCustomSection


  • public class WasmCustomSection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WasmCustomSection​(java.lang.String name, byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • WasmCustomSection

        public WasmCustomSection​(java.lang.String name,
                                 byte[] data)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getData

        public byte[] getData()