|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Wad object would
need.
See:
Description
| Class Summary | |
|---|---|
| Lump | The Lump class is the parent class of all lump classes that are used
to virtually store lumps from WAD files that have been extracted into a Wad object. |
| Wad | The Wad class is used to virtually open, manipulate
and store WAD files. |
| WadByteBuffer | A wrapper class for the ByteBuffer class that
specifically is designed to work with WAD file data. |
| Exception Summary | |
|---|---|
| InvalidLumpException | Signals that there is an error with a lump in the WAD file being processed. |
| InvalidPointerException | Signals that there is an error with a pointer in the WAD file being processed. |
| InvalidWADDirectoryException | Signals that there is an error with the directory structure in the WAD file being processed. |
| InvalidWADHeaderException | Signals that there is an error with the first twelve bytes of the WAD file being processed. |
| InvalidWADIdentifierException | Signals that there is an error with the first four bytes of the WAD file being processed. |
| LibraryImplementationException | The parent exception of jwadlib implementation
problems. |
| UnableToBackUpWADFileException | Signals that the WAD file is unable to be backed up. |
| UnableToReadLumpFileException | Signals that the lump file is unable to be read. |
| UnableToReadWADFileException | Signals that the WAD file is unable to be read. |
| UnableToWriteLumpFileException | Signals that the lump file is unable to be written. |
| UnableToWriteWADFileException | Signals that the WAD file is unable to be written. |
| UserInputException | The parent exception of user input problems. |
| WADFormatException | The parent exception of WAD format problems. |
This package defines the general classes that a Wad object would
need. It contains everything needed for the very basic parsing of a WAD file
into general Lumps, along with getting header information.
|
jwadlib WAD Library Extending API Version 1.0 Alpha 1 Intended for developers wishing to extend jwadlib, not implement it. |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||