Class TruffleString.CopyToByteArrayNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleString.CopyToByteArrayNode
All Implemented Interfaces:
NodeInterface, Cloneable
Enclosing class:
TruffleString

public abstract static class TruffleString.CopyToByteArrayNode extends Node
Node to copy a region of a string into a byte array. See execute(AbstractTruffleString, int, byte[], int, int, TruffleString.Encoding) for details.
Since:
22.1