com.zthread.libmpq
Class MPQFile

java.lang.Object
  extended by com.zthread.libmpq.MPQFile

public class MPQFile
extends java.lang.Object


Constructor Summary
MPQFile(MPQ mpq, int file, java.lang.String name)
           
 
Method Summary
 int getCompressedSize()
           
 int getCompressionType()
           
 byte[] getData()
           
 java.lang.String getFileName()
           
 int getFileNumber()
           
 int getFileType()
           
 char getFileTypeChar()
           
 int getHash1()
           
 int getHash2()
           
 int getUncompressedSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPQFile

public MPQFile(MPQ mpq,
               int file,
               java.lang.String name)
Method Detail

getFileNumber

public int getFileNumber()

getFileName

public java.lang.String getFileName()

getCompressedSize

public int getCompressedSize()

getUncompressedSize

public int getUncompressedSize()

getCompressionType

public int getCompressionType()

getFileType

public int getFileType()

getFileTypeChar

public char getFileTypeChar()

getHash1

public int getHash1()

getHash2

public int getHash2()

getData

public byte[] getData()