org.apache.lucene.store
Class InputStream

java.lang.Object
  extended by org.apache.lucene.store.IndexInput
      extended by org.apache.lucene.store.BufferedIndexInput
          extended by org.apache.lucene.store.InputStream
All Implemented Interfaces:
Cloneable

Deprecated. Use IndexInput or BufferedIndexInput instead.

public abstract class InputStream
extends BufferedIndexInput


Field Summary
protected  long length
          Deprecated.  
 
Constructor Summary
InputStream()
          Deprecated.  
 
Method Summary
 long length()
          Deprecated. The number of bytes in the file.
 
Methods inherited from class org.apache.lucene.store.BufferedIndexInput
clone, getFilePointer, readByte, readBytes, readInternal, seek, seekInternal
 
Methods inherited from class org.apache.lucene.store.IndexInput
close, readChars, readInt, readLong, readString, readVInt, readVLong
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

protected long length
Deprecated. 
Constructor Detail

InputStream

public InputStream()
Deprecated. 
Method Detail

length

public long length()
Deprecated. 
Description copied from class: IndexInput
The number of bytes in the file.

Specified by:
length in class IndexInput


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