Class GzipInputStreamProvider

java.lang.Object
gaiasky.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

    Modifier and Type Method Description
    java.io.InputStream getInputStream​(com.badlogic.gdx.files.FileHandle f)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GzipInputStreamProvider

      public GzipInputStreamProvider()
  • Method Details

    • getInputStream

      public java.io.InputStream getInputStream​(com.badlogic.gdx.files.FileHandle f) throws java.io.IOException
      Specified by:
      getInputStream in interface InputStreamProvider
      Throws:
      java.io.IOException