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

edu.asu.diging.gilesecosystem.util.files.IFileContentUtility Maven / Gradle / Ivy

Go to download

Utility plugin for the Giles Ecoystem that for example provides utility classes for properties or file management.

The newest version!
package edu.asu.diging.gilesecosystem.util.files;

import java.io.IOException;
import java.net.URL;

public interface IFileContentUtility {

    public abstract byte[] getFileContentFromUrl(URL url) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy