public abstract static class IntIndexOutput.Index extends Object
Constructor and Description |
---|
IntIndexOutput.Index() |
Modifier and Type | Method and Description |
---|---|
abstract void |
copyFrom(IntIndexOutput.Index other,
boolean copyLast)
Copies index from other
|
abstract void |
mark()
Internally records the current location
|
abstract void |
write(IndexOutput indexOut,
boolean absolute)
Writes "location" of current output pointer of primary
output to different output (out)
|
public abstract void mark() throws IOException
IOException
public abstract void copyFrom(IntIndexOutput.Index other, boolean copyLast) throws IOException
IOException
public abstract void write(IndexOutput indexOut, boolean absolute) throws IOException
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.