Class Webassembly.GlobalSection
java.lang.Object
io.kaitai.struct.KaitaiStruct
org.qbicc.machine.file.wasm.kaitai.Webassembly.GlobalSection
- Enclosing class:
- Webassembly
public static class Webassembly.GlobalSection
extends io.kaitai.struct.KaitaiStruct
-
Field Summary
Fields inherited from class io.kaitai.struct.KaitaiStruct
_io -
Constructor Summary
ConstructorsConstructorDescriptionGlobalSection(io.kaitai.struct.KaitaiStream _io) GlobalSection(io.kaitai.struct.KaitaiStream _io, Webassembly.Section _parent) GlobalSection(io.kaitai.struct.KaitaiStream _io, Webassembly.Section _parent, Webassembly _root) -
Method Summary
Modifier and TypeMethodDescription_parent()_root()count()static Webassembly.GlobalSectionglobals()Methods inherited from class io.kaitai.struct.KaitaiStruct
_io
-
Constructor Details
-
GlobalSection
public GlobalSection(io.kaitai.struct.KaitaiStream _io) -
GlobalSection
-
GlobalSection
public GlobalSection(io.kaitai.struct.KaitaiStream _io, Webassembly.Section _parent, Webassembly _root)
-
-
Method Details
-
fromFile
- Throws:
IOException
-
count
-
globals
-
_root
-
_parent
- Overrides:
_parentin classio.kaitai.struct.KaitaiStruct
-