public final class InternalByteArray extends Object
TruffleString's internal byte array, along with a byte offset
and length defining the region in use.| Modifier and Type | Method and Description |
|---|---|
byte[] |
getArray()
Get the internal byte array.
|
int |
getEnd()
Get the string region's end (
offset + length). |
int |
getLength()
Get the string region's length.
|
int |
getOffset()
Get the string region's starting index.
|
public byte[] getArray()
public int getOffset()
public int getLength()
public int getEnd()
offset + length).