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 SummaryConstructors Constructor Description PropertiesInputStream(org.apache.lucene.store.IndexInput is)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread()- 
Methods inherited from class java.io.InputStreamavailable, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
 
- 
 
- 
- 
- 
Method Detail- 
readpublic int read() throws IOException- Specified by:
- readin class- InputStream
- Throws:
- IOException
 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- InputStream
- Throws:
- IOException
 
 
- 
 
-