Package org.apache.solr.util
Class PropertiesInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.apache.solr.util.PropertiesInputStream
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class PropertiesInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description PropertiesInputStream(org.apache.lucene.store.IndexInput is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
int
read()
-
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Method Detail
-
read
public int read() throws IOException
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
-