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

io.annot8.common.data.content.InputStreamContent Maven / Gradle / Ivy

The newest version!
/* Annot8 (annot8.io) - Licensed under Apache-2.0. */
package io.annot8.common.data.content;

import io.annot8.api.data.Content;
import java.io.InputStream;

/**
 * Content which is backed by a input stream.
 *
 * 

Calling getData will re-open an inputstream each time (and the caller must close it * themselves). */ public interface InputStreamContent extends Content {}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy