| Constructor and Description |
|---|
RateLimitedOutputStream(java.io.OutputStream out,
int desiredBytesPerSec) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int offset,
int length) |
void |
write(int b) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic RateLimitedOutputStream(java.io.OutputStream out,
int desiredBytesPerSec)
public void write(int b)
write in class java.io.OutputStreampublic void write(byte[] bytes)
write in class java.io.OutputStreampublic final void write(byte[] bytes,
int offset,
int length)
write in class java.io.OutputStreampublic void flush()
flush in interface java.io.Flushableflush in class java.io.OutputStreampublic void close()
close in interface java.io.Closeableclose in interface AutoCloseableclose in class java.io.OutputStream