public static enum PVRCCZTexture.CCZCompressionFormat extends java.lang.Enum<PVRCCZTexture.CCZCompressionFormat>
| Modifier and Type | Method and Description |
|---|---|
static PVRCCZTexture.CCZCompressionFormat |
fromID(short pID) |
static PVRCCZTexture.CCZCompressionFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PVRCCZTexture.CCZCompressionFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
java.util.zip.InflaterInputStream |
wrap(java.io.InputStream pInputStream) |
public static final PVRCCZTexture.CCZCompressionFormat ZLIB
public static final PVRCCZTexture.CCZCompressionFormat BZIP2
public static final PVRCCZTexture.CCZCompressionFormat GZIP
public static final PVRCCZTexture.CCZCompressionFormat NONE
public static PVRCCZTexture.CCZCompressionFormat[] values()
for (PVRCCZTexture.CCZCompressionFormat c : PVRCCZTexture.CCZCompressionFormat.values()) System.out.println(c);
public static PVRCCZTexture.CCZCompressionFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.util.zip.InflaterInputStream wrap(java.io.InputStream pInputStream)
throws java.io.IOException
java.io.IOExceptionpublic static PVRCCZTexture.CCZCompressionFormat fromID(short pID)