
artoria.io.oss.OssObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artoria-extend Show documentation
Show all versions of artoria-extend Show documentation
Artoria is a java technology framework based on the facade pattern.
The newest version!
package artoria.io.oss;
import java.io.InputStream;
/**
* The object data in the object storage service.
* @author Kahle
*/
public interface OssObject extends OssBase {
/**
* Get the metadata.
* @return The metadata
*/
Object getMetadata();
/**
* Get the object content.
* @return The object content
*/
InputStream getObjectContent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy