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