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