Package org.gnome.gio

Interface Converter

All Superinterfaces:
Proxy
All Known Implementing Classes:
CharsetConverter, Converter.ConverterImpl, ZlibCompressor, ZlibDecompressor

@Generated("io.github.jwharm.JavaGI") public interface Converter extends Proxy
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.