On implementing interfaces like "SeekableByteChannel" for MemorySegment's
Gavin Ray
ray.gavin97 at gmail.com
Fri Sep 9 13:46:18 UTC 2022
We can see in the JavaDoc for FileChannel that "transferTo/From" is the way
to use potentially optimal I/O transfers
This requires a Readable/Writeable/SeekableByteChannel, which have
"ByteBuffer" as the argument types
Are there any plans to eventually modify I/O API's to take raw
MemorySegment's for better performance?
Or should folks just do MemorySegment.ofBuffer() etc?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/panama-dev/attachments/20220909/9a6e9d47/attachment.htm>
More information about the panama-dev
mailing list