Class GzipInputStreamProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • GzipInputStreamProvider

        public GzipInputStreamProvider()
    • Method Detail

      • 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