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, writeBytespublic abstract void verify()
throws IOException
IOExceptionpublic String getName()
Copyright © 2009–2016. All rights reserved.