Lucene.Net 1.4.3 Class Library

InputStream 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 InputStream Members.

System.Object
   Lucene.Net.Store.InputStream
      Lucene.Net.Index.CompoundFileReader.CSInputStream
      Lucene.Net.Store.FSInputStream

public abstract class InputStream : 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

InputStream Members | Lucene.Net.Store Namespace | |