@Deprecated public class ThrottledOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
ThrottledOutputStream(OutputStream out,
long maxBps)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static WildcardDictionary |
parseThrottleFile(String filename)
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
close, flush, write
public ThrottledOutputStream(OutputStream out, long maxBps)
public static WildcardDictionary parseThrottleFile(String filename) throws IOException
IOException
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
Copyright © 2017 JBoss by Red Hat. All rights reserved.