Class

FwupdPluginArchive

[]

Description [src]

final class FwupdPlugin.Archive : GObject.Object {
  /* No available fields */
}

An in-memory archive decompressor.

[]

Ancestors

[]

Constructors

fu_archive_new

Parses data as an archive and decompresses all files to memory blobs.

since: 1.2.2

[]

Functions

fu_archive_compression_from_string

Converts a string to an enumerated compression.

since: 1.8.1

fu_archive_compression_to_string

Converts an enumerated compression to a string.

since: 1.8.1

fu_archive_format_from_string

Converts a string to an enumerated format.

since: 1.8.1

fu_archive_format_to_string

Converts an enumerated format to a string.

since: 1.8.1

[]

Instance methods

fu_archive_add_entry

Adds, or replaces an entry to an archive.

since: 1.8.1

fu_archive_iterate

Iterates over the archive contents, calling the given function for each of the files found. If any callback returns FALSE scanning is aborted.

since: 1.3.4

fu_archive_lookup_by_fn

Finds the blob referenced by filename.

since: 1.2.2

fu_archive_write

Writes an archive with specified format and compression.

since: 1.8.1

Methods inherited from GObject (43)
[]

Signals

Signals inherited from GObject (1)

Class structure