Interface AutoSavingCache.IStreamFactory

    • Method Detail

      • getInputStream

        java.io.InputStream getInputStream​(File dataPath,
                                           File crcPath)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getOutputStream

        java.io.OutputStream getOutputStream​(File dataPath,
                                             File crcPath)