Apache Lucene.Net 2.4.0 Class Library API

IndexInput Class

Abstract base class for input from a file in a {@link Directory}. A random-access input stream. Used for all Lucene index input operations.

For a list of all members of this type, see IndexInput Members.

System.Object
   Lucene.Net.Store.IndexInput
      Lucene.Net.Index.ByteSliceReader
      Lucene.Net.Store.BufferedIndexInput
      Lucene.Net.Store.ChecksumIndexInput
      Lucene.Net.Store.RAMInputStream

public abstract class IndexInput : ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Store

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

IndexInput Members | Lucene.Net.Store Namespace |