RFR: 8233451: (fs) Files.newInputStream() cannot be used with character special files [v6]
Alan Bateman
alanb at openjdk.org
Wed Oct 23 06:41:13 UTC 2024
On Wed, 23 Oct 2024 00:09:25 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: Added test of readNBytes(int)
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/21508#pullrequestreview-2387435769
More information about the core-libs-dev
mailing list