org.soyatec.windows.azure.blob
Class BlobContents

java.lang.Object
  extended by org.soyatec.windows.azure.blob.BlobContents

public class BlobContents
extends java.lang.Object


Constructor Summary
BlobContents(byte[] value)
           
BlobContents(Stream stream)
           
 
Method Summary
 byte[] getBytes()
           
 Stream getStream()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobContents

public BlobContents(Stream stream)

BlobContents

public BlobContents(byte[] value)
Method Detail

getStream

public Stream getStream()

getBytes

public byte[] getBytes()