Uses of Class
net.mtrop.doom.WadBuffer
Packages that use WadBuffer
Package
Description
Contains the base structural abstracts for this library.
Contains utility classes.
-
Uses of WadBuffer in net.mtrop.doom
Methods in net.mtrop.doom that return WadBufferModifier and TypeMethodDescriptionstatic WadBufferCreates a new WadBuffer from a subset of entries (and their data) from another Wad.static WadBufferCreates a new WadBuffer from a subset of entries (and their data) from another Wad.DoomPK3.getDataAsWadBuffer(String entryName) Retrieves the data for a particular entry, presuming it to be a WAD of some kind, and returns it as a fully read WadBuffer. -
Uses of WadBuffer in net.mtrop.doom.util
Methods in net.mtrop.doom.util that return WadBufferModifier and TypeMethodDescriptionstatic WadBufferWadUtils.openWadAndExtractBuffer(File path, WadUtils.WadFunction<WadEntry[]> wadFunction) Opens a WAD file, exports a list of entries to a new returnedWadBuffer, and then closes it automatically afterward.static WadBufferWadUtils.openWadAndExtractBuffer(String path, WadUtils.WadFunction<WadEntry[]> wadFunction) Opens a WAD file, exports a list of entries to a new returnedWadBuffer, and then closes it automatically afterward.