org.soyatec.windowsazure.blob
Interface IBlobContents


public interface IBlobContents

This class handles the content access in a Blob

Author:
yyang

Method Summary
 byte[] getBytes()
          Get the array bytes of blobContents
 BlobStream getStream()
          Get the stream of blobContents
 

Method Detail

getStream

BlobStream getStream()
Get the stream of blobContents

Returns:
stream

getBytes

byte[] getBytes()
                throws java.io.IOException
Get the array bytes of blobContents

Returns:
bytes[]
Throws:
java.io.IOException