Lucene.Net 1.4.3 Class Library

CompoundFileReader.CSInputStream Class

Implementation of an InputStream that reads from a portion of the compound file. The visibility is left as "package" *only* because this helps with testing since JUnit test cases in a different class can then access package fields of this class.

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

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

public sealed class CompoundFileReader.CSInputStream : InputStream

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.Index

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

See Also

CompoundFileReader.CSInputStream Members | Lucene.Net.Index Namespace