public static class

PVRCCZTexture.CCZHeader

extends Object
java.lang.Object
   ↳ org.andengine.opengl.texture.compressed.pvr.PVRCCZTexture.CCZHeader

Summary

Constants
int SIZE
Public Constructors
PVRCCZTexture.CCZHeader(byte[] pData)
Public Methods
PVRCCZTexture.CCZCompressionFormat getCCZCompressionFormat()
int getUncompressedSize()
int getUserdata()
short getVersion()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int SIZE

Constant Value: 16 (0x00000010)

Public Constructors

public PVRCCZTexture.CCZHeader (byte[] pData)

Public Methods

public PVRCCZTexture.CCZCompressionFormat getCCZCompressionFormat ()

public int getUncompressedSize ()

public int getUserdata ()

public short getVersion ()