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