- java.lang.Object
-
- io.helidon.config.FileSourceHelper.DataAndDigest
-
- Enclosing class:
- FileSourceHelper
public static final class FileSourceHelper.DataAndDigest extends Object
Data and digest of a file. Data in an instance are guaranteed to be paired - e.g. the digest is for the bytes provided.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
data()
Data loaded from the file.byte[]
digest()
Digest of the data that was loaded.
-