|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jclouds.io.payloads.BasePayload<byte[]>
org.jclouds.io.payloads.ByteArrayPayload
public class ByteArrayPayload
Field Summary |
---|
Fields inherited from class org.jclouds.io.payloads.BasePayload |
---|
content, contentMetadata, written |
Constructor Summary | |
---|---|
ByteArrayPayload(byte[] content)
|
|
ByteArrayPayload(byte[] content,
byte[] md5)
|
Method Summary | |
---|---|
InputStream |
getInput()
Creates a new InputStream object of the payload. |
Methods inherited from class org.jclouds.io.payloads.BasePayload |
---|
close, equals, getContentMetadata, getRawContent, hashCode, isRepeatable, release, setContentMetadata, toString, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayPayload(byte[] content)
public ByteArrayPayload(byte[] content, byte[] md5)
Method Detail |
---|
public InputStream getInput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |