|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.md2.pak.PAKHeader
public class PAKHeader
A header from Quake 2 PAK file.
| Constructor Summary | |
|---|---|
PAKHeader(byte[] data)
Creates new PAKHeader |
|
| Method Summary | |
|---|---|
int |
getListingLength()
Retrieves the directory length. |
int |
getListingOffset()
Retrieves the directory listing offset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PAKHeader(byte[] data)
throws java.io.IOException
data - The file to read the header from
java.io.IOException| Method Detail |
|---|
public int getListingOffset()
public int getListingLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||