Class ReadableByteChannelWithoutCloseOnInterrupt

java.lang.Object
org.aksw.commons.io.util.channel.ReadableByteChannelWithoutCloseOnInterrupt
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel

public class ReadableByteChannelWithoutCloseOnInterrupt extends Object implements ReadableByteChannel
ReadableByteChannel from an InputStream without closing the stream on interrupt as Channels.newChannel does.