Class AbiLoader

java.lang.Object
com.ardor3d.image.util.AbiLoader
All Implemented Interfaces:
ImageLoader

public final class AbiLoader extends Object implements ImageLoader
Loads Image objects from binary Ardor3D format.
  • Constructor Details

    • AbiLoader

      public AbiLoader()
  • Method Details

    • load

      public Image load(InputStream is, boolean flip) throws IOException
      Load an image from Ardor3D binary format.
      Specified by:
      load in interface ImageLoader
      Parameters:
      is - the input stream delivering the binary data.
      flip - ignored... for now.
      Returns:
      the new loaded Image.
      Throws:
      IOException - if an error occurs during read.