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

com.nulabinc.backlog4j.FileData Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package com.nulabinc.backlog4j;

import java.io.InputStream;

/**
 * The interface for Backlog file data.
 *
 * @author nulab-inc
 */
public interface FileData {
    String getFilename();
    InputStream getContent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy