public class StringPayload extends BasePayload<String>
ByteArrayPayload
.content, contentMetadata, written
Constructor and Description |
---|
StringPayload(String content) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInput()
Creates a new InputStream object of the payload.
|
close, equals, getContentMetadata, getRawContent, hashCode, isRepeatable, release, setContentMetadata, toString, writeTo
public StringPayload(String content)
public InputStream getInput()
Copyright © 2009-2012 jclouds. All Rights Reserved.