org.apache.jmeter.util
Class SlowOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.jmeter.util.SlowOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class SlowOutputStream
- extends FilterOutputStream
OutputStream filter to emulate a slow device, e.g. modem
Method Summary |
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlowOutputStream
public SlowOutputStream(OutputStream out,
int cps)
- Create wrapped Output Stream toe emulate the requested CPS.
- Parameters:
out
- OutputStreamcps
- characters per second
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.