Definition at line 42 of file ThrottledOutputStream.java.
Public Member Functions | |
ThrottledOutputStream (OutputStream out, long maxBps) | |
Constructor. | |
void | write (int b) throws IOException |
Writes a byte. This method will block until the byte is actually. | |
void | write (byte b[], int off, int len) throws IOException |
Writes a subarray of bytes. | |
Static Public Member Functions | |
static Acme.WildcardDictionary | parseThrottleFile (String filename) throws IOException |
Parses a standard throttle file. |