Package app.coronawarn.server.services.distribution.assembly.structure.file
-
Interface Summary Interface Description File<W extends Writable<W>> AWritable
that contains some bytes. -
Class Summary Class Description FileOnDisk AFile
that can be written to disk.FileOnDiskWithChecksum AFile
that can be written to disk, alongside a secondFile
containing the hashsum of the actualFileOnDisk
.
The checksum file resides in the same folder as the actual file, and will use the same file name with suffixFileOnDiskWithChecksum.CHECKSUM_FILE_SUFFIX
.