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, skip
public static final int HIGH_STREAM_RESULT
public int read() throws IOException
read
in class InputStream
IOException
public byte[] getAlreadyRead()
public boolean done()
Copyright © 2016 SAPERION AG. All rights reserved.