elect
05/31/2024, 8:28 AMcompileJava
complaining that one method doesn't exist
error: cannot find symbol
byte[] raw = array.toType(DataType.UINT8, false).toUint8Array();that methods returns
UByteArray
, if I switch type, eg to ByteArray
, no problems
Shouldn't UByteArray
expose the underlying classes to Java?