Interface AutoSavingCache.IStreamFactory

    • Method Detail

      • getInputStream

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

        java.io.OutputStream getOutputStream​(java.io.File dataPath,
                                             java.io.File crcPath)
                                      throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException