public abstract class VerifyingIndexOutput extends FilterIndexOutput
FilterIndexOutput.writeByte(byte)
and FilterIndexOutput.writeBytes(byte[], int, int)
out
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the resource to verfiy
|
String |
toString() |
abstract void |
verify()
Verifies the checksum and compares the written length with the expected file length.
|
close, flush, getChecksum, getFilePointer, length, writeByte, writeBytes
public abstract void verify() throws IOException
IOException
public String getName()
Copyright © 2009–2015. All rights reserved.