org.apache.lucene.store
Class OutputStream

java.lang.Object
  extended by org.apache.lucene.store.IndexOutput
      extended by org.apache.lucene.store.BufferedIndexOutput
          extended by org.apache.lucene.store.OutputStream

Deprecated. Use IndexOutput or BufferedIndexOutput instead.

public abstract class OutputStream
extends BufferedIndexOutput


Constructor Summary
OutputStream()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.lucene.store.BufferedIndexOutput
close, flush, flushBuffer, getFilePointer, length, seek, writeByte, writeBytes
 
Methods inherited from class org.apache.lucene.store.IndexOutput
writeChars, writeInt, writeLong, writeString, writeVInt, writeVLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStream

public OutputStream()
Deprecated. 


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