public interface IDigestVerifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(byte[] content) |
boolean |
verify(ByteChannel channel) |
boolean |
verify(File file) |
boolean |
verify(InputStream is) |
boolean verify(byte[] content)
boolean verify(File file) throws IOException
IOExceptionboolean verify(InputStream is) throws IOException
IOExceptionboolean verify(ByteChannel channel) throws IOException
IOExceptionCopyright © 2014. All rights reserved.