Class 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.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class CompoundFileReader : Directory
Constructors
Properties
Methods
Name | Description |
---|---|
Create |
Not implemented |
Delete |
Not implemented |
Dispose(Boolean) | |
File |
Returns true iff a file with the given name exists. |
File |
Returns the length of a file in the directory. |
File |
Returns the time the compound file was last modified. |
List |
Returns an array of strings, one for each file in the directory. |
Make |
Not implemented |
Open |
|
Open |
|
Rename |
Not implemented |
Touch |
Set the modified time of the compound file to now. |