org.apache.solr.util
Class PropertiesOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.solr.util.PropertiesOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class PropertiesOutputStream
extends OutputStream


Constructor Summary
PropertiesOutputStream(IndexOutput out)
           
 
Method Summary
 void close()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesOutputStream

public PropertiesOutputStream(IndexOutput out)
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class OutputStream
Throws:
IOException


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.