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

woko.ext.blobs.BlobObject Maven / Gradle / Ivy

There is a newer version: 2.4-beta7
Show newest version
package woko.ext.blobs;

import java.io.InputStream;

public interface BlobObject {

    Long getId();

    String getFileName();

    long getContentLength();

    String getContentType();

    InputStream getInputStream();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy