Example usage for java.nio.channels SeekableByteChannel interface-usage

List of usage examples for java.nio.channels SeekableByteChannel interface-usage

Introduction

In this page you can find the example usage for java.nio.channels SeekableByteChannel interface-usage.

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.
 *