Package com.dylibso.chicory.wasm.types
Class ActiveDataSegment
java.lang.Object
com.dylibso.chicory.wasm.types.DataSegment
com.dylibso.chicory.wasm.types.ActiveDataSegment
-
Constructor Summary
ConstructorsConstructorDescriptionActiveDataSegment(long idx, List<Instruction> offsetInstructions, byte[] data) -
Method Summary
Methods inherited from class com.dylibso.chicory.wasm.types.DataSegment
data
-
Constructor Details
-
ActiveDataSegment
-
-
Method Details
-
index
public long index() -
offsetInstructions
-
equals
- Overrides:
equalsin classDataSegment
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataSegment
-