public abstract static class IntIndexInput.Index extends Object
IntIndexInput.Reader
.Constructor and Description |
---|
IntIndexInput.Index() |
Modifier and Type | Method and Description |
---|---|
abstract IntIndexInput.Index |
clone() |
abstract void |
copyFrom(IntIndexInput.Index other) |
abstract void |
read(DataInput indexIn,
boolean absolute) |
abstract void |
seek(IntIndexInput.Reader stream)
Seeks primary stream to the last read offset
|
public abstract void read(DataInput indexIn, boolean absolute) throws IOException
IOException
public abstract void seek(IntIndexInput.Reader stream) throws IOException
IOException
public abstract void copyFrom(IntIndexInput.Index other)
public abstract IntIndexInput.Index clone()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.