public class MultipleRangeWritingOutputStream extends OutputStream
| Constructor and Description |
|---|
MultipleRangeWritingOutputStream(long totalResourceLength,
OutputStream out,
List<Range> ranges,
String boundary,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
close, flush, write, writepublic MultipleRangeWritingOutputStream(long totalResourceLength,
OutputStream out,
List<Range> ranges,
String boundary,
String contentType)
totalResourceLength - out - ranges - boundary - contentType - public void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.