public interface FileHash
The hash of a file in the DataStore
.
Modifier and Type | Method and Description |
---|---|
byte[] |
getHash()
Returns the hash of the content.
|
String |
getHashAsHex()
Returns the hash of the content as hex number.
|
String |
getName()
Returns the name of the source.
|
String |
getPath()
Returns the path in the target system.
|
String getName()
Returns the name of the source.
String getPath()
Returns the path in the target system.
byte[] getHash()
Returns the hash of the content.
String getHashAsHex()
Returns the hash of the content as hex number.
Copyright © 2015–2019. All rights reserved.