public interface ITextureEncoder
| Modifier and Type | Method and Description |
|---|---|
void |
encode(TextureData texture,
Stream stream)
Encode texture data into stream
|
java.lang.String |
getFileExtension()
File extension name(without dot) of the this encoder
|
java.lang.String getFileExtension()
void encode(TextureData texture, Stream stream) throws java.io.IOException
texture - The texture data to be encodedstream - The output streamjava.io.IOException - Thrown when failed to write encoded texture to stream