Example usage for org.eclipse.jgit.internal.storage.dfs ReadableChannel interface-usage

List of usage examples for org.eclipse.jgit.internal.storage.dfs ReadableChannel interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.internal.storage.dfs ReadableChannel interface-usage.

Usage

From source file com.benhumphreys.jgitcassandra.repo.CassandraReadableChannel.java

public class CassandraReadableChannel implements ReadableChannel {
    private final byte[] data;

    private int position = 0;

    private boolean open = true;

From source file org.chodavarapu.jgitaws.jgit.S3ObjectReadableChannel.java

/**
 * @author Ravi Chodavarapu (rchodava@gmail.com)
 */
public class S3ObjectReadableChannel implements ReadableChannel {
    private final String objectName;
    private JGitAwsConfiguration configuration;