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

com.aeontronix.commons.file.builder.FileContent Maven / Gradle / Ivy

The newest version!
package com.aeontronix.commons.file.builder;

import java.io.InputStream;

interface FileContent {
    long getSize();

    InputStream getDataStream();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy