KTnef

lzfu.h
Go to the documentation of this file.
1/*
2 lzfu.h
3
4 SPDX-FileCopyrightText: 2003 Michael Goffioul <kdeprint@swing.be>
5
6 This file is part of KTNEF, the KDE TNEF support library/program.
7
8 SPDX-License-Identifier: LGPL-2.0-or-later
9 */
10/**
11 * @file
12 * This file is part of the API for handling TNEF data and
13 * provides the @acronym LZFU decompression functionality.
14 *
15 * @author Michael Goffioul
16 */
17
18#pragma once
19class QIODevice;
20namespace KTnef
21{
22/**
23 * @acronym LZFU decompress data in compressed Rich Text Format (@acronym RTF).
24 * @param input compressed input data.
25 * @param output decompressed output data.
26 */
27[[nodiscard]] int lzfu_decompress(QIODevice *input, QIODevice *output);
28}
int lzfu_decompress(QIODevice *input, QIODevice *output)
LZFU decompress data in compressed Rich Text Format (RTF).
Definition lzfu.cpp:63
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:16:42 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.