SubStreamGenerator Class
- java.
lang. Object - Iterable<InputStream>
- com.
microsoft. azure. storage. SubStreamGenerator
- com.
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
setLastBlockSize
public void setLastBlockSize(long blockSize)
Parameters:
blockSize
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java