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 voidclose()intread()- 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip 
 - 
 
 - 
 
- 
- 
Method Detail
- 
read
public int read() throws IOException- Specified by:
 readin classInputStream- Throws:
 IOException
 
- 
close
public void close() throws IOException- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classInputStream- Throws:
 IOException
 
 - 
 
 -