public class ThrottledOutputStream extends OutputStream
| Constructor and Description |
|---|
ThrottledOutputStream(OutputStream unthrottledOutputStream,
Throttler throttler) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
close, flush, write, writepublic ThrottledOutputStream(OutputStream unthrottledOutputStream, Throttler throttler)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2019. All rights reserved.