Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
gb.data
gb.form
gb.ncurses
gb.openssl
gb.pcre
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Uncompress.Type (gb.compress)
Property
Type
As
String
Before you can use any of the methods provided by this class, you have to select the compression driver to use.
Currently, you can select from among the following compression drivers:
"zlib"
. For more information about it, you can visit
http://www.zlib.org/
.
"bzlib2"
. For more information about it, you can visit
http://sources.redhat.com/bzip2
.
"zstd"
. For more information about it, you can visit
https://github.com/facebook/zstd
.