public interface ITextureDecoder
| Modifier and Type | Method and Description |
|---|---|
TextureData |
decode(Stream stream,
boolean reverseY)
Decode texture from stream, return null if failed to decode.
|
TextureData decode(Stream stream, boolean reverseY) throws java.io.IOException
stream - Texture data source streamreverseY - Flip the texturejava.io.IOException - Thrown when failed to read data from stream