org.apache.lucene.store

Class InputStream

Implemented Interfaces:
Cloneable

public abstract class InputStream
extends BufferedIndexInput

Field Summary

protected long
length

Method Summary

long
length()

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

clone, close, getFilePointer, length, readByte, readBytes, readChars, readInt, readLong, readString, readVInt, readVLong, seek

Field Details

length

protected long length

Method Details

length

public long length()
Overrides:
length in interface IndexInput

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