IndexInput
or BufferedIndexInput
instead.public abstract class InputStream extends BufferedIndexInput
Modifier and Type | Field and Description |
---|---|
protected long |
length
Deprecated.
|
Constructor and Description |
---|
InputStream()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
length()
Deprecated.
The number of bytes in the file.
|
clone, getFilePointer, readByte, readBytes, readInternal, seek, seekInternal
close, readChars, readInt, readLong, readString, readVInt, readVLong
public long length()
IndexInput
length
in class IndexInput
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.