utile ~master (2021-10-24T21:31:42.7748834)
Dub
Repo
Zip
utile
miniz
Undocumented in source.
final
class
Zip {
this
(string name, bool writeable, bool create);
~this
();
auto
get
(string name);
void
put
(string name, void[] data);
}
Constructors
this
this
(string name, bool writeable, bool create)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
get
auto
get
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(string name, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
utile
miniz
modules
binding
classes
Zip