public class RandomTextInputStream extends InputStream
| Constructor and Description |
|---|
RandomTextInputStream(WordGenerator wg,
long seed,
long length,
String[] strings) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic RandomTextInputStream(WordGenerator wg, long seed, long length, String[] strings) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2015. All rights reserved.