Interface File<W extends Writable<W>>
-
- All Superinterfaces:
Writable<W>
- All Known Subinterfaces:
Archive<W>
,SigningDecorator<W>
- All Known Implementing Classes:
AbstractSigningDecorator
,AppConfigurationSigningDecorator
,ArchiveDecorator
,ArchiveOnDisk
,DiagnosisKeySigningDecorator
,FileOnDisk
,FileOnDiskWithChecksum
,SigningDecoratorOnDisk
,TemporaryExposureKeyExportFile
public interface File<W extends Writable<W>> extends Writable<W>
AWritable
that contains some bytes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getBytes()
Returns the bytes contained by thisFile
.void
setBytes(byte[] bytes)
Sets the bytes to be contained by thisFile
.
-