Package org.apache.olingo.ext.proxy.api
Interface EdmStreamValue
public interface EdmStreamValue
-
Method Details
-
load
EdmStreamValue load() -
getContentType
String getContentType() -
getStream
InputStream getStream() -
close
void close()
-