Method | Description | |
---|---|---|
CompoundFileDirectory ( Lucene.Net.Store.Directory directory, string fileName, |
Create a new CompoundFileDirectory.
|
|
CreateOutput ( string name, |
||
CreateSlicer ( string name, |
||
DeleteFile ( string name ) : void |
Not implemented
|
|
Dispose ( ) : void | ||
FileLength ( string name ) : long |
Returns the length of a file in the directory.
|
|
ListAll ( ) : string[] |
Returns an array of strings, one for each file in the directory.
|
|
MakeLock ( string name ) : |
Not implemented
|
|
OpenInput ( string name, |
||
RenameFile ( string from, string to ) : void |
Not implemented
|
|
Sync ( ICollection |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
FileExists ( string name ) : bool | ||
ReadEntries ( IndexInputSlicer handle, Lucene.Net.Store.Directory dir, string name ) : FileEntry>.IDictionary |
Helper method that reads CFS entries from an input stream
|
|
ReadLegacyEntries ( |
public CompoundFileDirectory ( Lucene.Net.Store.Directory directory, string fileName, |
||
directory | Lucene.Net.Store.Directory | |
fileName | string | |
context | ||
openForWrite | bool | |
return | System.Collections.Generic |
public CreateOutput ( string name, |
||
name | string | |
context | ||
return | Lucene.Net.Store.IndexOutput |
public CreateSlicer ( string name, |
||
name | string | |
context | ||
return | IndexInputSlicer |
public OpenInput ( string name, |
||
name | string | |
context | ||
return |
public RenameFile ( string from, string to ) : void | ||
from | string | |
to | string | |
return | void |