Interface FileStorageReader

    • Method Detail

      • readFile

        @NotNull
        InputStream readFile​(@NotNull
                             FileKey id)
                      throws IOException
        Fetches saved file from store by id
        Parameters:
        id - file id
        Returns:
        input stream containing the file
        Throws:
        IOException