public class ThrottledInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
ThrottledInputStream(java.io.InputStream unthrottledInputStream,
Throttler throttler) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
public ThrottledInputStream(java.io.InputStream unthrottledInputStream,
Throttler throttler)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.