Package | Description |
---|---|
net.sourceforge.javadpkg.store |
Contains the management for the data of the Debian package.
|
Modifier and Type | Class and Description |
---|---|
class |
FileHashImpl
A
FileHash implementation. |
Modifier and Type | Method and Description |
---|---|
List<FileHash> |
DataStoreNode.createFileHashes(MessageDigest digest)
Creates the file hashes for all files within the directory and its
sub-directories (if this node represents a directory) or for the file (if
this node represents a file).
|
List<FileHash> |
DataStoreImpl.createFileHashes(MessageDigest digest) |
List<FileHash> |
DataStore.createFileHashes(MessageDigest digest)
Creates the hashes for all files in the store using the specified digest.
|
Copyright © 2015–2019. All rights reserved.