Method | Description | |
---|---|---|
Clone ( ) : object |
{@inheritDoc} Warning: Lucene never closes cloned {@code IndexInput}s, it will only do this on the original one. The original instance must take care that cloned instances throw AlreadyClosedException when the original one is closed.
|
|
Dispose ( ) : void |
Closes the stream to further operations.
|
|
Length ( ) : long |
The number of bytes in the file.
|
|
Seek ( long pos ) : void |
Sets current position in this file, where the next read will occur.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
IndexInput ( string resourceDescription ) : System |
resourceDescription should be a non-null, opaque string describing this resource; it's returned from #toString.
|
protected IndexInput ( string resourceDescription ) : System | ||
resourceDescription | string | |
return | System |