Class AbstractNoninterruptibleReadableChannel

java.lang.Object
org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel

abstract class AbstractNoninterruptibleReadableChannel extends Object implements ReadableByteChannel
The channel used for reads which cannot be implicitly closed after the operational Thread is interrupted.
Since:
3.0.0-M5