public class ContentFiller extends Object
| Constructor and Description |
|---|
ContentFiller() |
| Modifier and Type | Method and Description |
|---|---|
static void |
randomFill(StringBuffer buffer,
int capacity)
Fills a buffer with random data.
|
public static void randomFill(StringBuffer buffer, int capacity)
buffer - the buffer to fillcapacity - the buffer capacityThis documentation was released into the public domain.