Method IsSimpleFSIndexInputClone
IsSimpleFSIndexInputClone(IndexInput)
Returns true if the provided input stream is an SimpleFSIndexInput and is a clone, that is it does not own its underlying file descriptor.
Declaration
public static bool IsSimpleFSIndexInputClone(IndexInput is)
Parameters
Type | Name | Description |
---|---|---|
IndexInput | is |
Returns
Type | Description |
---|---|
System.Boolean |