Package org.jclouds.io.payloads
Class FilePayload
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Payload
-
Field Summary
Fields inherited from class org.jclouds.io.payloads.BasePayload
content, contentMetadata, written
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new InputStream object of the payload.Methods inherited from class org.jclouds.io.payloads.BasePayload
close, equals, getContentMetadata, getInput, getRawContent, hashCode, isRepeatable, isSensitive, release, setContentMetadata, setSensitive, toString
-
Constructor Details
-
FilePayload
-
-
Method Details
-
openStream
Creates a new InputStream object of the payload.- Throws:
IOException
-