JvmFirmwareFileHandler
Functions
Return true if url is reachable (HTTP HEAD check).
Remove all temporary firmware files created during previous update sessions.
Copy source to the platform URI destinationUri, returning the number of bytes written.
Delete a single firmware file from local storage.
Extract a matching firmware binary from a platform URI (e.g. content:// or file://) zip archive.
Extract a matching firmware binary from a previously-downloaded zip FirmwareArtifact.
Extract all entries from a zip artifact into a Map<entryName, bytes>. Used by the DFU handler to parse Nordic DFU packages.
Return the size in bytes of the given firmware file.
Copy a platform URI into a temporary FirmwareArtifact so it can be read with readBytes. Returns null when the URI cannot be resolved.
Read the raw bytes of a FirmwareArtifact.