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

sdmxdl.util.file.SdmxFileClient Maven / Gradle / Ivy

There is a newer version: 3.0.0-beta.8
Show newest version
package sdmxdl.util.file;

import org.checkerframework.checker.nullness.qual.NonNull;
import sdmxdl.DataCursor;
import sdmxdl.DataFilter;
import sdmxdl.DataflowRef;
import sdmxdl.Key;
import sdmxdl.util.file.SdmxFileInfo;

import java.io.IOException;

public interface SdmxFileClient {

    @NonNull SdmxFileInfo decode() throws IOException;

    @NonNull DataCursor loadData(@NonNull SdmxFileInfo info, @NonNull DataflowRef flowRef, @NonNull Key key, @NonNull DataFilter filter) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy