org.apache.lucene.store
Class OutputStream

java.lang.Object
  extended byorg.apache.lucene.store.IndexOutput
      extended byorg.apache.lucene.store.BufferedIndexOutput
          extended byorg.apache.lucene.store.OutputStream

Deprecated. Use IndexOutput or BufferedIndexOutput instead.

public abstract class OutputStream
extends BufferedIndexOutput


Constructor Summary
OutputStream()
          Deprecated.  
 
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-2006 Apache Software Foundation. All Rights Reserved.