Package com.dylibso.chicory.wasm.types
Class ActiveDataSegment
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.DataSegment
-
- com.dylibso.chicory.wasm.types.ActiveDataSegment
-
public final class ActiveDataSegment extends DataSegment
-
-
Constructor Summary
Constructors Constructor Description ActiveDataSegment(long idx, List<Instruction> offsetInstructions, byte[] data)ActiveDataSegment(List<Instruction> offsetInstructions, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longindex()List<Instruction>offsetInstructions()-
Methods inherited from class com.dylibso.chicory.wasm.types.DataSegment
data
-
-
-
-
Constructor Detail
-
ActiveDataSegment
public ActiveDataSegment(List<Instruction> offsetInstructions, byte[] data)
-
ActiveDataSegment
public ActiveDataSegment(long idx, List<Instruction> offsetInstructions, byte[] data)
-
-
Method Detail
-
index
public long index()
-
offsetInstructions
public List<Instruction> offsetInstructions()
-
-