Class WrapperUtility
- java.lang.Object
-
- org.gcube.common.storagehubwrapper.server.WrapperUtility
-
public class WrapperUtility extends Object
The Class WrapperUtility.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Oct 17, 2018
-
-
Field Summary
Fields Modifier and Type Field Description static StringSCOPE_SEPARATOR
-
Constructor Summary
Constructors Constructor Description WrapperUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetInfrastructureNameFromScope(String scope)Gets the infrastructure name from scope.static InputStreamtoInputStream(byte[] content)To input stream.
-
-
-
Field Detail
-
SCOPE_SEPARATOR
public static final String SCOPE_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
toInputStream
public static InputStream toInputStream(byte[] content)
To input stream.- Parameters:
content- the content- Returns:
- the input stream
-
-