public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static MetaInfo |
getMetadataInfo(InputStream stream,
GCUBEStorage storage,
String remotePath,
String filenameWithExtension)
Save inpustream into storage and get metadata
|
static MetaInfo |
getMetadataInfo(InputStream stream,
GCUBEStorage storage,
String remotePath,
String filenameWithExtension,
String mimeType,
long size) |
public static MetaInfo getMetadataInfo(InputStream stream, GCUBEStorage storage, String remotePath, String filenameWithExtension) throws Exception
stream - storage - remotePath - filenameWithExtension - ExceptionInternalErrorExceptionpublic static MetaInfo getMetadataInfo(InputStream stream, GCUBEStorage storage, String remotePath, String filenameWithExtension, String mimeType, long size) throws Exception
ExceptionCopyright © 2019. All Rights Reserved.