public abstract class

PVRGZTexture

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.PVRGZTexture

Class Overview

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

Summary

[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
PVRGZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat)
PVRGZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat, ITexture.ITextureStateListener pTextureStateListener)
PVRGZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions)
PVRGZTexture(PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)
Protected Methods
GZIPInputStream getInputStream()
[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 PVRGZTexture (PVRTexture.PVRTextureFormat pPVRTextureFormat)

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

public PVRGZTexture (PVRTexture.PVRTextureFormat pPVRTextureFormat, TextureOptions pTextureOptions)

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

Protected Methods

protected GZIPInputStream getInputStream ()

Throws
IOException