arsd-official ~master (2025-02-03T02:20:33Z)
Dub
Repo
ZipFile
arsd
zip
class
ZipFile {
ZipArchive
phobos
;
this
(immutable(ubyte)[] fileData);
this
(FilePath filename);
immutable
(
ubyte
)[]
getContent
(string filename, bool allowEmptyIfNotExist);
}
Constructors
this
this
(immutable(ubyte)[] fileData)
this
(FilePath filename)
Members
Functions
getContent
immutable
(
ubyte
)[]
getContent
(string filename, bool allowEmptyIfNotExist)
Unstable, avoid.
Meta
Source
See Implementation
arsd
zip
classes
ZipFile