public interface IGetDataResponse
Since implementations usually contain an InputStream callers should
either read or close it.
getInputStream()| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
java.lang.String |
getLocalCodePage() |
boolean |
isWriteProtected()
Returns whether the response restricts the re-upload of the contents.
|
boolean isWriteProtected()
true if the received data is write protected and
false otherwise.java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException - if an error occurs during the creation of the input streamjava.lang.String getLocalCodePage()
nullCopyright © 2015 Micro Focus GmbH. All rights reserved.