public class ThrottledOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
ThrottledOutputStream(java.io.OutputStream unthrottledOutputStream,
Throttler throttler) |
Modifier and Type | Method and Description |
---|---|
void |
write(int b) |
public ThrottledOutputStream(java.io.OutputStream unthrottledOutputStream, Throttler throttler)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.