com.jme.util
Class DDSLoader.DDSReader

java.lang.Object
  extended bycom.jme.util.DDSLoader.DDSReader
Enclosing class:
DDSLoader

public static class DDSLoader.DDSReader
extends java.lang.Object

DDS reader

Author:
Gareth

Constructor Summary
DDSLoader.DDSReader(java.io.InputStream in)
           
 
Method Summary
 void loadHeader()
           
 java.nio.ByteBuffer readData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDSLoader.DDSReader

public DDSLoader.DDSReader(java.io.InputStream in)
Method Detail

loadHeader

public void loadHeader()
                throws java.io.IOException
Throws:
java.io.IOException

readData

public java.nio.ByteBuffer readData()
                             throws java.io.IOException
Throws:
java.io.IOException