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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java