List of usage examples for java.nio.channels SeekableByteChannel interface-usage
From source file com.joyent.manta.client.MantaSeekableByteChannel.java
/**
* A read-only {@link SeekableByteChannel} implementation that utilizes
* the HTTP Range header to allow you to seek any position in an object on
* Manta. Connection opening to the remote server happens lazily upon the
* first read() or size() method invoked.
*