Example usage for org.apache.lucene.store BufferedIndexInput subclass-usage

List of usage examples for org.apache.lucene.store BufferedIndexInput subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.store BufferedIndexInput subclass-usage.

Usage

From source file org.apache.pylucene.store.PythonIndexInput.java

public class PythonIndexInput extends BufferedIndexInput {

    private long pythonObject;

    public PythonIndexInput(String resourceDesc) {
        super(resourceDesc);