public abstract class

PVRCCZTexture

extends PVRTexture
java.lang.Object
   ↳ org.anddev.andengine.opengl.texture.Texture
     ↳ org.anddev.andengine.opengl.texture.compressed.pvr.PVRTexture
       ↳ org.anddev.andengine.opengl.texture.compressed.pvr.PVRCCZTexture

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Nested Classes
enum PVRCCZTexture.CCZCompressionFormat  
class PVRCCZTexture.CCZHeader  
[Expand]
Inherited Constants
From class org.anddev.andengine.opengl.texture.compressed.pvr.PVRTexture
[Expand]
Inherited Fields
From class org.anddev.andengine.opengl.texture.Texture
Public Constructors
PVRCCZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat)
PVRCCZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat, ITexture.ITextureStateListener pTextureStateListener)
PVRCCZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions)
PVRCCZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)
Protected Methods
final InputStream getInputStream()
ByteBuffer getPVRDataBuffer()
[Expand]
Inherited Methods
From class org.anddev.andengine.opengl.texture.compressed.pvr.PVRTexture
From class org.anddev.andengine.opengl.texture.Texture
From class java.lang.Object
From interface org.anddev.andengine.opengl.texture.ITexture

Public Constructors

public PVRCCZTexture (PVRTexture.PVRTextureFormat pPVRTextureFormat)

public PVRCCZTexture (PVRTexture.PVRTextureFormat pPVRTextureFormat, ITexture.ITextureStateListener pTextureStateListener)

public PVRCCZTexture (PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions)

public PVRCCZTexture (PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)

Protected Methods

protected final InputStream getInputStream ()

Throws
IOException

protected ByteBuffer getPVRDataBuffer ()

Throws
IOException