List of usage examples for org.apache.lucene.store BufferedIndexInput subclass-usage
From source file org.apache.pylucene.store.PythonIndexInput.java
public class PythonIndexInput extends BufferedIndexInput { private long pythonObject; public PythonIndexInput(String resourceDesc) { super(resourceDesc);