|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.store.IndexInput
org.apache.lucene.store.BufferedIndexInput
org.apache.lucene.store.InputStream
IndexInput
or BufferedIndexInput
instead.
public abstract class InputStream
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 |
---|
protected long length
Constructor Detail |
---|
public InputStream()
Method Detail |
---|
public long length()
IndexInput
length
in class IndexInput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |