Interface BlobContainer.BlobMultiPartInputStreamProvider

Enclosing interface:
BlobContainer

public static interface BlobContainer.BlobMultiPartInputStreamProvider
Provides an InputStream to read a part of the blob content.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(long offset, long length)
    Provides an InputStream to read a part of the blob content.
  • Method Details

    • apply

      InputStream apply(long offset, long length) throws IOException
      Provides an InputStream to read a part of the blob content.
      Parameters:
      offset - the offset in the blob content to start reading bytes from
      length - the number of bytes to read
      Returns:
      an InputStream to read a part of the blob content.
      Throws:
      IOException - if something goes wrong opening the input stream