ikorennoy / jasyncfio

Java asynchronous file I/O based on io_uring Linux interface
Apache License 2.0
72 stars 10 forks source link

Support linear read access for BufferedFile #5

Closed ikorennoy closed 2 years ago

ikorennoy commented 2 years ago

Implement asynchronous FileInputStream for BufferedFile.

According to io_uring_enter man this can probably be done via IORING_OP_READ with offset -1.