RFR: 8233451: (fs) Files.newInputStream() cannot be used with character special files [v4]

Louis Bergelson duke at openjdk.org
Tue Oct 22 18:09:06 UTC 2024


On Tue, 22 Oct 2024 02:40:44 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Add `isOther` and `available` methods to `FileChannelImpl` and the interfaces to native code and use these in `ChannelInputStream` to work around cases where a wrapped `FileChannelImpl` is not really seekable.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8233451: Add tests for read{All,N}Bytes

👍 Thanks for these changes!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21508#issuecomment-2429926276


More information about the nio-dev mailing list