Lucene.Net 1.9.1 Class Library

CompoundFileReader Methods

The methods of the CompoundFileReader class are listed below. For a complete list of CompoundFileReader class members, see the CompoundFileReader Members topic.

Public Instance Methods

Close 
createFile (inherited from Directory) 
CreateOutputNot implemented
DeleteFileNot implemented
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FileExistsReturns true iff a file with the given name exists.
FileLengthReturns the length of a file in the directory.
FileModifiedReturns the time the compound file was last modified.
GetDirectory 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetName 
GetType (inherited from Object) Gets the Type of the current instance.
ListReturns an array of strings, one for each file in the directory.
MakeLockNot implemented
OpenFile (inherited from Directory) 
OpenInput 
RenameFileNot implemented
ToString (inherited from Object) Returns a String that represents the current Object.
TouchFileSet the modified time of the compound file to now.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CompoundFileReader Class | Lucene.Net.Index Namespace