Uses of Class org.apache.lucene.store.IndexInput

Uses in package org.apache.lucene.store

Classes derived from org.apache.lucene.store.IndexInput

class
Base implementation class for buffered IndexInput.

Methods with return type org.apache.lucene.store.IndexInput

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)
Returns a stream reading an existing file.
IndexInput
RAMDirectory.openInput(String name)
Returns a stream reading an existing file.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.