Package org.apache.solr.util
Class PropertiesOutputStream
- java.lang.Object
- 
- java.io.OutputStream
- 
- org.apache.solr.util.PropertiesOutputStream
 
 
- 
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
 
 public class PropertiesOutputStream extends OutputStream 
- 
- 
Constructor SummaryConstructors Constructor Description PropertiesOutputStream(org.apache.lucene.store.IndexOutput out)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidwrite(int b)- 
Methods inherited from class java.io.OutputStreamflush, nullOutputStream, write, write
 
- 
 
- 
- 
- 
Method Detail- 
writepublic void write(int b) throws IOException- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
 
- 
 
-