Java org.apache.lucene.store BufferedIndexInput fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.store BufferedIndexInput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.store BufferedIndexInput.

The text is from its open source code.

Subclass

org.apache.lucene.store.BufferedIndexInput has subclasses.
Click this link to see all its subclasses.

Field

intBUFFER_SIZE
Default buffer size set to #BUFFER_SIZE .

Constructor

Method

BufferedIndexInputwrap(String sliceDescription, IndexInput other, long offset, long length)
Wraps a portion of another IndexInput with buffering.