public class ThrottledInputStream extends InputStream
| Constructor and Description |
|---|
ThrottledInputStream(InputStream unthrottledInputStream,
Throttler throttler) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic ThrottledInputStream(InputStream unthrottledInputStream, Throttler throttler)
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2019. All rights reserved.