public class TaggedData extends Object
Constructor and Description |
---|
TaggedData(String tag,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Returns the input stream containing the resource data.
|
String |
getTag()
Returns the ETag for the retrieved resource, or
null if the ETag
was not provided by the server. |
public TaggedData(String tag, InputStream inputStream)
public String getTag()
null
if the ETag
was not provided by the server.public InputStream getInputStream()
Copyright © 2015 aQute SARL. All rights reserved.