org.apache.solr.util
Class PropertiesInputStream
java.lang.Object
java.io.InputStream
org.apache.solr.util.PropertiesInputStream
- All Implemented Interfaces:
- Closeable
public class PropertiesInputStream
- extends InputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesInputStream
public PropertiesInputStream(IndexInput is)
read
public int read()
throws IOException
- Specified by:
read in class InputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class InputStream
- Throws:
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.