Package org.apache.lucene.replicator
Class IndexInputInputStream
java.lang.Object
java.io.InputStream
org.apache.lucene.replicator.IndexInputInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Deprecated.
use org.apache.lucene.replicator.nrt instead
An
InputStream which wraps an IndexInput.- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, transferTo
-
Constructor Details
-
IndexInputInputStream
Deprecated.
-
-
Method Details
-
read
Deprecated.- Specified by:
readin classInputStream- Throws:
IOException
-
available
Deprecated.- Overrides:
availablein classInputStream- Throws:
IOException
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
Deprecated.- Overrides:
readin classInputStream- Throws:
IOException
-
read
Deprecated.- Overrides:
readin classInputStream- Throws:
IOException
-
skip
Deprecated.- Overrides:
skipin classInputStream- Throws:
IOException
-