public class SlowInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
SlowInputStream(java.io.InputStream in,
int cps)
Wraps the input stream to emulate a slow device
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.