Class HttpSeekableByteChannel

java.lang.Object
org.broadinstitute.http.nio.HttpSeekableByteChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, SeekableByteChannel, WritableByteChannel

public class HttpSeekableByteChannel extends Object implements SeekableByteChannel
Implementation for a SeekableByteChannel for URL open as a connection.

The current implementation is thread-safe using the synchronized keyword in every method.