Converter
interface Converter
GConverter
is an interface for streaming conversions.
GConverter
is implemented by objects that convert binary data in various ways. The conversion can be stateful and may fail at any place.
Some example conversions are: character set conversion, compression, decompression and regular expression replace.
Skipped during bindings generation
parameter
inbuf
: Array parameter of type guint8 is not supported
Since
2.24
Inheritors
Functions
Link copied to clipboard
open fun convertBytes(bytes: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>>
Applies @converter to the data in @bytes.