public abstract class

PVRCCZTexture

extends PVRTexture
java.lang.Object
   ↳ org.andengine.opengl.texture.Texture
     ↳ org.andengine.opengl.texture.compressed.pvr.PVRTexture
       ↳ org.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.andengine.opengl.texture.compressed.pvr.PVRTexture
From class org.andengine.opengl.texture.Texture
[Expand]
Inherited Fields
From class org.andengine.opengl.texture.Texture
Public Constructors
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat)
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy)
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, ITexture.ITextureStateListener pTextureStateListener)
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy, ITexture.ITextureStateListener pTextureStateListener)
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions)
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy, TextureOptions pTextureOptions)
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)
PVRCCZTexture(TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)
Public Methods
final InflaterInputStream getInputStream()
ByteBuffer getPVRTextureBuffer()
[Expand]
Inherited Methods
From class org.andengine.opengl.texture.compressed.pvr.PVRTexture
From class org.andengine.opengl.texture.Texture
From class java.lang.Object
From interface org.andengine.opengl.texture.ITexture

Public Constructors

public PVRCCZTexture (TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat)

public PVRCCZTexture (TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy)

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

public PVRCCZTexture (TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy, ITexture.ITextureStateListener pTextureStateListener)

public PVRCCZTexture (TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions)

public PVRCCZTexture (TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy, TextureOptions pTextureOptions)

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

public PVRCCZTexture (TextureManager pTextureManager, PVRTexture.PVRTextureFormat pPVRTextureFormat, IPVRTexturePixelBufferStrategy pPVRTexturePixelBufferStrategy, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)

Public Methods

public final InflaterInputStream getInputStream ()

Throws
IOException

public ByteBuffer getPVRTextureBuffer ()

Throws
IOException