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