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 Summary
Constructors Constructor Description PropertiesOutputStream(org.apache.lucene.store.IndexOutput out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
write(int b)
-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write, write
-
-
-
-
Method Detail
-
write
public void write(int b) throws IOException
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
-