All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exasol.adapter.document.documentfetcher.files.RemoteFileFinder Maven / Gradle / Ivy

There is a newer version: 8.1.3
Show newest version
package com.exasol.adapter.document.documentfetcher.files;

import com.exasol.adapter.document.iterators.CloseableIterator;

/**
 * Classes implementing this interface load files from a specific files system type or network storage.
 */
public interface RemoteFileFinder {

    /**
     * Get the content of the file as stream.
     * 
     * @return content of the file
     */
    public CloseableIterator loadFiles();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy