Contains the base structural abstracts for this library.
-
Creates a new, empty WadFile (PWAD Type) and returns a reference to it.
Creates a new, empty WadFile and returns a reference to it.
WadFile.extract(File targetFile,
Wad source,
int startIndex,
int maxLength)
Creates a new WadFile from a subset of entries (and their data) from another Wad.
Creates a new WadFile from a subset of entries (and their data) from another Wad.
Retrieves the data for a particular entry, extracts it, and,
presuming it to be a WAD of some kind, opens it as a WadFile.
Retrieves the data for a particular entry, extracts it, and,
presuming it to be a WAD of some kind, opens it as a WadFile.