Lucene.Net 1.4.3 Class Library

OutputStream Class

Abstract class for output to a file in a Directory. A random-access output stream. Used for all Lucene index output operations.

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

System.Object
   Lucene.Net.Store.OutputStream
      Lucene.Net.Store.RAMOutputStream

public abstract class OutputStream

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

OutputStream Members | Lucene.Net.Store Namespace | |