Package com.microstrategy.webapi
Interface IResultsAsStream
-
public interface IResultsAsStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getContentLength()
java.io.Reader
getReader()
int
getResultCode()
void
releaseConnection()
-
-
-
Method Detail
-
getResultCode
int getResultCode()
-
getContentLength
int getContentLength()
-
getReader
java.io.Reader getReader() throws MSTRWebAPIException
- Throws:
MSTRWebAPIException
-
releaseConnection
void releaseConnection()
-
-