Interface InputStreamProvider

All Known Implementing Classes:
GzipInputStreamProvider, RegularInputStreamProvider

public interface InputStreamProvider
  • Method Summary

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

    • getInputStream

      java.io.InputStream getInputStream​(com.badlogic.gdx.files.FileHandle f) throws java.io.IOException
      Throws:
      java.io.IOException