Package jwadlib

This package defines the general classes that a 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.
 

Package jwadlib Description

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.

Since:
1.0
Version:
1.0 Alpha 1
Author:
Samuel "insertwackynamehere" Horwitz

jwadlib WAD Library Extending API
Version 1.0 Alpha 1
Intended for developers wishing to extend jwadlib, not implement it.

© 2008 Samuel insertwackynamehere Horwitz.
jwadlib WAD Library is released under the GNU Lesser Public License with the documentation freely written into the source code. This generated output it provided for the benefit of users. All the information contained is available as part of the downloaded library.