Class BlobStreamAndLength
- java.lang.Object
-
- org.apache.camel.component.azure.storage.blob.BlobStreamAndLength
-
public final class BlobStreamAndLength extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlobStreamAndLengthcreateBlobStreamAndLengthFromExchangeBody(org.apache.camel.Exchange exchange)InputStreamgetInputStream()longgetStreamLength()
-
-
-
Method Detail
-
createBlobStreamAndLengthFromExchangeBody
public static BlobStreamAndLength createBlobStreamAndLengthFromExchangeBody(org.apache.camel.Exchange exchange) throws IOException
- Throws:
IOException
-
getInputStream
public InputStream getInputStream()
-
getStreamLength
public long getStreamLength()
-
-