Class GzipInputStreamProvider
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.util.gdx.loader.is.GzipInputStreamProvider
-
- All Implemented Interfaces:
InputStreamProvider
public class GzipInputStreamProvider extends java.lang.Object implements InputStreamProvider
-
-
Constructor Summary
Constructors Constructor Description GzipInputStreamProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStream
getInputStream(com.badlogic.gdx.files.FileHandle f)
-
-
-
Method Detail
-
getInputStream
public java.io.InputStream getInputStream(com.badlogic.gdx.files.FileHandle f) throws java.io.IOException
- Specified by:
getInputStream
in interfaceInputStreamProvider
- Throws:
java.io.IOException
-
-