SubStreamGenerator Class

  • java.lang.Object
    • Iterable<InputStream>
      • com.microsoft.azure.storage.SubStreamGenerator

public class SubStreamGenerator

Constructor Summary

Constructor Description
SubStreamGenerator(InputStream wrappedStream, int totalBlocks, long blockSize)

Method Summary

Modifier and Type Method and Description
Iterator<InputStream> iterator()
void setLastBlockSize(long blockSize)

Constructor Details

SubStreamGenerator

public SubStreamGenerator(InputStream wrappedStream, int totalBlocks, long blockSize)

Parameters:

wrappedStream
totalBlocks
blockSize

Method Details

iterator

public Iterator iterator()

setLastBlockSize

public void setLastBlockSize(long blockSize)

Parameters:

blockSize

Applies to