Uses of Class
net.mtrop.doom.object.BinaryObject.InlineScanner
Package
Description
Contains the base structural abstracts for this library.
Contains object interfaces for most data.
-
Uses of BinaryObject.InlineScanner in net.mtrop.doom
Modifier and TypeMethodDescription<BO extends BinaryObject>
BinaryObject.InlineScanner<BO>DoomPK3.getInlineScanner
(String entryName, Class<BO> type, int objectLength) Retrieves the data for a particular entry and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.default <BO extends BinaryObject>
BinaryObject.InlineScanner<BO>Wad.getInlineScanner
(int n, Class<BO> type, int objectLength) Retrieves the data of a particular entry at a specific index and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.default <BO extends BinaryObject>
BinaryObject.InlineScanner<BO>Wad.getInlineScanner
(String entryName, int start, Class<BO> type, int objectLength) Retrieves the data of the first occurrence of a particular entry from a starting index and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.default <BO extends BinaryObject>
BinaryObject.InlineScanner<BO>Wad.getInlineScanner
(String entryName, Class<BO> type, int objectLength) Retrieves the data of the first occurrence of a particular entry and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.default <BO extends BinaryObject>
BinaryObject.InlineScanner<BO>Wad.getInlineScanner
(String entryName, String startEntryName, Class<BO> type, int objectLength) Retrieves the data of the first occurrence of a particular entry from a starting entry (by name) and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed.default <BO extends BinaryObject>
BinaryObject.InlineScanner<BO>Wad.getInlineScanner
(WadEntry entry, Class<BO> type, int objectLength) Retrieves the data of the specified entry and returns it as a deserializing scanner iterator that returns the same object instance with its contents changed. -
Uses of BinaryObject.InlineScanner in net.mtrop.doom.object
Modifier and TypeMethodDescriptionstatic <BO extends BinaryObject>
BinaryObject.InlineScanner<BO>BinaryObject.inlineScanner
(Class<BO> boClass, InputStream in, int length) Creates a deserializing scanner iterator that returns the same object instance with its contents changed.