public abstract class

PVRGZTexture

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

Class Overview

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

Summary

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

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

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

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

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

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

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

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

Public Methods

public GZIPInputStream getInputStream ()

Throws
IOException