| Package | Description |
|---|---|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedIndexInput
Base implementation class for buffered
IndexInput. |
class |
InputStream
Deprecated.
Use
IndexInput or BufferedIndexInput instead. |
| Modifier and Type | Method and Description |
|---|---|
IndexInput |
Directory.openInput(String name)
Returns a stream reading an existing file.
|
IndexInput |
FSDirectory.openInput(String name)
Returns a stream reading an existing file.
|
IndexInput |
MMapDirectory.openInput(String name) |
IndexInput |
RAMDirectory.openInput(String name)
Returns a stream reading an existing file.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.