Class RegularInputStreamProvider

    • 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

      • RegularInputStreamProvider

        public RegularInputStreamProvider()
    • Method Detail

      • getInputStream

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