File
Doc
Category
Size
Date
Package
InputStream.java
API Doc
Apache Lucene 1.9
896
Mon Feb 20 09:20:16 GMT 2006
org.apache.lucene.store
InputStream
java.lang.Object
org.apache.lucene.store.IndexInput
org.apache.lucene.store.BufferedIndexInput
public abstract class InputStream extends BufferedIndexInput
deprecated
Use {@link IndexInput} or {@link BufferedIndexInput} instead.
Fields Summary
protected long
length
Constructors Summary
Methods Summary
public
long
length
()
return length;
Java Code Source