Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Method and Description |
---|---|
BufferedIndexInput |
BufferedIndexInput.clone() |
static BufferedIndexInput |
BufferedIndexInput.wrap(String sliceDescription,
IndexInput other,
long offset,
long length)
Wraps a portion of another IndexInput with buffering.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.