public class RandomInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
static int |
HIGH_STREAM_RESULT |
| Constructor and Description |
|---|
RandomInputStream(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
done() |
byte[] |
getAlreadyRead() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic static final int HIGH_STREAM_RESULT
public int read()
throws IOException
read in class InputStreamIOExceptionpublic byte[] getAlreadyRead()
public boolean done()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.