public class TaggedData
extends java.lang.Object
Constructor and Description |
---|
TaggedData(java.lang.String tag,
java.io.InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream()
Returns the input stream containing the resource data.
|
java.lang.String |
getTag()
Returns the ETag for the retrieved resource, or
null if the ETag
was not provided by the server. |