org.xith3d.loaders.texture
Class TextureStreamLocatorZip

java.lang.Object
  extended by org.xith3d.loaders.texture.TextureStreamLocatorZip
All Implemented Interfaces:
org.jagatoo.loaders.textures.locators.TextureStreamLocator

public class TextureStreamLocatorZip
extends java.lang.Object
implements org.jagatoo.loaders.textures.locators.TextureStreamLocator

Locates a Texture from a ZipInputStream.


Constructor Summary
TextureStreamLocatorZip(java.net.URL in, java.lang.String basePath)
           
 
Method Summary
 java.lang.String getBaseDirName()
           
 java.io.InputStream openTextureStream(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureStreamLocatorZip

public TextureStreamLocatorZip(java.net.URL in,
                               java.lang.String basePath)
Method Detail

getBaseDirName

public java.lang.String getBaseDirName()
Specified by:
getBaseDirName in interface org.jagatoo.loaders.textures.locators.TextureStreamLocator

openTextureStream

public java.io.InputStream openTextureStream(java.lang.String name)
Specified by:
openTextureStream in interface org.jagatoo.loaders.textures.locators.TextureStreamLocator