Package | Description |
---|---|
ome.util.checksum |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChecksumProvider
Abstract skeleton class implementing
ChecksumProvider and providing
implementations of the interface methods using a universal checksum class
object. |
class |
MD5ChecksumProviderImpl
An implementation of the
ChecksumProvider interface using MD5
as the message digest algorithm. |
class |
SHA1ChecksumProviderImpl
An implementation of the
ChecksumProvider interface using SHA1
as the secure hash algorithm. |
Modifier and Type | Method and Description |
---|---|
ChecksumProvider |
ChecksumProviderFactory.getProvider(ChecksumType checksumType)
Returns an implementation of
ChecksumProvider depending on the
specified ChecksumType . |
ChecksumProvider |
ChecksumProviderFactoryImpl.getProvider(ChecksumType checksumType) |
ChecksumProvider |
AbstractChecksumProvider.putBytes(byte[] byteArray) |
ChecksumProvider |
ChecksumProvider.putBytes(byte[] byteArray)
Updates the internal checksum value with data from a byte array.
|
ChecksumProvider |
AbstractChecksumProvider.putBytes(byte[] byteArray,
int offset,
int length) |
ChecksumProvider |
ChecksumProvider.putBytes(byte[] byteArray,
int offset,
int length)
Updates the internal checksum value with data from a chunk of a byte
array.
|
ChecksumProvider |
AbstractChecksumProvider.putBytes(ByteBuffer byteBuffer) |
ChecksumProvider |
ChecksumProvider.putBytes(ByteBuffer byteBuffer)
Updates the internal checksum value with data from a byte buffer.
|
ChecksumProvider |
AbstractChecksumProvider.putFile(String filePath) |
ChecksumProvider |
ChecksumProvider.putFile(String filePath)
Updates the internal checksum value with data from a file identified by a
path.
|
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.