iitsoftware / swiftmq-ce

SwiftMQ Community Edition
Apache License 2.0
16 stars 0 forks source link

Streams: extend typeconvert with bytes() method #74

Closed iitsoftware closed 3 years ago

iitsoftware commented 3 years ago

GraalVM does not expose java.lang.String.getBytes so we need a way to circumvent that to get bytes from a String.