Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Namespaces | Typedefs
CompoundFileReader.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Index.CompoundFileReader
 Class for accessing a compound stream. This class implements a directory, but is limited to only read operations. Directory methods that would normally modify data throw an exception. More...
 
class  Lucene.Net.Index.CompoundFileReader.CSIndexInput
 Implementation of an IndexInput 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. More...
 

Namespaces

package  Lucene.Net.Index
 

Typedefs

using BufferedIndexInput = Lucene.Net.Store.BufferedIndexInput
 
using Directory = Lucene.Net.Store.Directory
 
using IndexInput = Lucene.Net.Store.IndexInput
 
using IndexOutput = Lucene.Net.Store.IndexOutput
 
using Lock = Lucene.Net.Store.Lock
 

Typedef Documentation

Definition at line 20 of file CompoundFileReader.cs.

Definition at line 21 of file CompoundFileReader.cs.

Definition at line 22 of file CompoundFileReader.cs.

Definition at line 23 of file CompoundFileReader.cs.

Definition at line 24 of file CompoundFileReader.cs.