public class ByteArrayPayload extends BasePayload<byte[]>
content, contentMetadata, written
Constructor and Description |
---|
ByteArrayPayload(byte[] content) |
ByteArrayPayload(byte[] content,
byte[] md5) |
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 ByteArrayPayload(byte[] content)
public ByteArrayPayload(byte[] content, byte[] md5)
public InputStream getInput()
Copyright © 2009-2012 jclouds. All Rights Reserved.